From 21c2fdb5a6026692a4b1ae89d6cdebd076741e99 Mon Sep 17 00:00:00 2001 From: Aine Date: Mon, 25 Nov 2024 11:02:13 +0200 Subject: [PATCH] increase the dependabot PRs limit --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fd887c9..b263298 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,16 +4,16 @@ updates: directory: "/" schedule: interval: "weekly" - open-pull-requests-limit: 10 + open-pull-requests-limit: 30 - package-ecosystem: "docker" directory: "/" schedule: interval: "weekly" - open-pull-requests-limit: 10 + open-pull-requests-limit: 30 - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" - open-pull-requests-limit: 10 + open-pull-requests-limit: 30