From 13fc9f339a54daedb2edf9e7ee28ce4fcf7c29c9 Mon Sep 17 00:00:00 2001 From: yangdx Date: Tue, 2 Dec 2025 17:56:27 +0800 Subject: [PATCH] Reduce dependabot open pull request limits --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 54026a3e..546c99f9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,7 +19,7 @@ updates: labels: - "dependencies" - "github-actions" - open-pull-requests-limit: 5 + open-pull-requests-limit: 2 # ============================================================ # Python (pip) Dependencies @@ -111,7 +111,7 @@ updates: labels: - "dependencies" - "python" - open-pull-requests-limit: 10 + open-pull-requests-limit: 5 # ============================================================ # Frontend (bun) Dependencies @@ -194,4 +194,4 @@ updates: labels: - "dependencies" - "frontend" - open-pull-requests-limit: 10 + open-pull-requests-limit: 5