diff options
| author | cornmander <[email protected]> | 2025-08-20 18:24:43 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-20 22:24:43 +0000 |
| commit | 6eb6560d4204ebcc086245be7336a1bcc21c5f04 (patch) | |
| tree | 7fd5408f0fda0f0fd8647bad7f516db2a646a748 | |
| parent | 0e9b06d5c24ac83dbe5aef1c249b26c140414a7a (diff) | |
Limit dependabot PRs to security updates (#6657)
| -rw-r--r-- | .github/dependabot.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
