From b69305e71d984cd50548af316c73765ca01243c6 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Tue, 6 Feb 2024 14:19:52 -0500 Subject: [PATCH] CI: Increase the Dependabot "number of open PRs" limit (#218) --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3f789ac8..9a8e374b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,14 +4,16 @@ updates: directory: "/" schedule: interval: monthly - open-pull-requests-limit: 10 + open-pull-requests-limit: 99 - package-ecosystem: 'github-actions' directory: '/' schedule: interval: 'monthly' + open-pull-requests-limit: 99 - package-ecosystem: npm directory: "/" schedule: interval: monthly + open-pull-requests-limit: 99