From 8a37e5782cf2106dc0448541b8295d4c07d7ab6e Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Sun, 29 Nov 2020 11:33:50 +0100 Subject: [PATCH] CI: Add Dependabot configuration Will check weekly the npm dependencies and open PRs to update them --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..cd44b57 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: +- package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 10