From efd879b391371c2c1ebc71aff454b40ad608241b Mon Sep 17 00:00:00 2001 From: allo Date: Fri, 4 Sep 2026 10:43:57 +0800 Subject: [PATCH] chore(dependabot): raise PR limit so split majors surface individually --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ee3d408..aa475e0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: directory: "/" schedule: interval: monthly - open-pull-requests-limit: 3 + open-pull-requests-limit: 10 groups: npm-all: patterns: ["*"] @@ -19,7 +19,7 @@ updates: directory: "/frontend" schedule: interval: monthly - open-pull-requests-limit: 3 + open-pull-requests-limit: 10 groups: npm-all: patterns: ["*"] @@ -30,7 +30,7 @@ updates: directory: "/" schedule: interval: monthly - open-pull-requests-limit: 3 + open-pull-requests-limit: 10 groups: githubactions-all: patterns: ["*"]