Limit dependabot PRs to security updates (#6657)
This commit is contained in:
parent
0e9b06d5c2
commit
6eb6560d42
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue