From 15b4aa01f9dcc59862eef1ee222a1690891acfd5 Mon Sep 17 00:00:00 2001 From: regexowl Date: Tue, 27 May 2025 11:47:35 +0200 Subject: [PATCH] dependabot: Temporarily increase PR limit This increases the limit for open dependabot pull requests from 3 to 5. We currently have two bumps that will require manual bumping/migrations, leaving us with little room for any other dependencies. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7344f730..ae087efd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: schedule: interval: "daily" time: "04:00" - open-pull-requests-limit: 3 + open-pull-requests-limit: 5 rebase-strategy: "auto" ignore: - dependency-name: "@playwright/test"