From 6eb6560d4204ebcc086245be7336a1bcc21c5f04 Mon Sep 17 00:00:00 2001 From: cornmander Date: Wed, 20 Aug 2025 18:24:43 -0400 Subject: [PATCH] Limit dependabot PRs to security updates (#6657) --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 69a4c64d..c5d37a5d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,7 @@ updates: update-types: - 'minor' - 'patch' + open-pull-requests-limit: 0 - package-ecosystem: 'github-actions' directory: '/' @@ -31,3 +32,4 @@ updates: include: 'scope' reviewers: - 'google-gemini/gemini-cli-askmode-approvers' + open-pull-requests-limit: 0