From 0aa216fac6315d68559a3f61a6e8888533702e65 Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Wed, 10 Nov 2021 17:00:09 +0100 Subject: [PATCH] Add dependabot configuration to track updates. --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..0d494cc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: npm + directory: / + schedule: + interval: daily + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"