From e560a23b0dac6cf94d2e3ffc6495109c47b76cb6 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 7 Oct 2021 18:20:17 -0400 Subject: [PATCH] add Dependabot configuration file (#21969) * add Dependabot configuration file --- .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 0000000000..8818df1437 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: npm + directory: '/' + schedule: + interval: weekly + open-pull-requests-limit: 20 # default is 5 + + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: weekly