From 80cecf868190649a2201d4e47103cd297d62ab2e Mon Sep 17 00:00:00 2001 From: Barry Gordon Date: Wed, 20 Apr 2022 11:48:15 +0100 Subject: [PATCH] We permit up to 20 npm PRs at once --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 80bb06d..cb6c358 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,7 @@ updates: interval: "monthly" - package-ecosystem: 'npm' directory: '/' + open-pull-requests-limit: 20 schedule: interval: 'monthly'