From 354eb96cfb91094e0d2b096fb7b192b6f64d8699 Mon Sep 17 00:00:00 2001 From: hmmhmmhm Date: Sat, 25 Jul 2026 17:00:37 +0900 Subject: [PATCH] chore: make dependabot pull request limits explicit --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f7b5915..17d5a79 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,7 @@ version: 2 updates: - package-ecosystem: "gomod" directory: "/" + open-pull-requests-limit: 5 schedule: interval: "weekly" day: "monday" @@ -10,6 +11,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" + open-pull-requests-limit: 5 schedule: interval: "weekly" day: "monday"