From 7a2a4fa62d37458049769c73fe65378c6d91d5ed Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Mon, 22 Jun 2026 16:00:46 +0900 Subject: [PATCH] Raise dependabot open-pull-requests-limit to 10 The default is 5. Bumping the cap leaves headroom when several github-actions updates land in the same weekly window, and editing this manifest also forces Dependabot to re-evaluate the configuration on the default branch. Co-Authored-By: Claude Opus 4.7 --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9960204..70f29f6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,4 @@ updates: directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 10