From 3473d9851124920f655afb796fc1b832ebef13e9 Mon Sep 17 00:00:00 2001 From: regexowl Date: Mon, 11 Dec 2023 11:11:23 +0100 Subject: [PATCH] dependabot: Bump open PR limit This bumps a maximum number of opened dependabot PRs as there are currently three open PRs in need of manual revision. Those are blocking any other bumps from being even opened. The bump should be temporary. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4da903ef..1d65320b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,5 +5,5 @@ updates: schedule: interval: "daily" time: "04:00" - open-pull-requests-limit: 3 + open-pull-requests-limit: 5 rebase-strategy: "auto"