Limit dependabot PRs to security updates (#6657)

This commit is contained in:
cornmander 2025-08-20 18:24:43 -04:00 committed by GitHub
parent 0e9b06d5c2
commit 6eb6560d42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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