From a0ccb72fc909d46a7969e1c92e3ca9228b4aef9a Mon Sep 17 00:00:00 2001 From: PPawlowski Date: Mon, 20 Apr 2026 10:31:59 +0200 Subject: [PATCH] Increase dependabot's PR limit to 25 --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace460..1ef2d0c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,4 @@ updates: directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 25