From 3f4aef7b8ebf665c730f5f8d46021d43f472c02a Mon Sep 17 00:00:00 2001 From: Dave Olsthoorn Date: Tue, 11 Aug 2020 17:33:56 +0200 Subject: [PATCH] Add dependabot configuration --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8d56a0b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +--- +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"