feat: add dependabot configuration (#6604)
This commit is contained in:
parent
e5f4d25f5e
commit
179f1414da
|
@ -0,0 +1,33 @@
|
||||||
|
# See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: 'npm'
|
||||||
|
directory: '/'
|
||||||
|
schedule:
|
||||||
|
interval: 'daily'
|
||||||
|
target-branch: 'main'
|
||||||
|
commit-message:
|
||||||
|
prefix: 'chore(deps)'
|
||||||
|
include: 'scope'
|
||||||
|
reviewers:
|
||||||
|
- 'google-gemini/gemini-cli-askmode-approvers'
|
||||||
|
groups:
|
||||||
|
# Group all non-major updates together.
|
||||||
|
# This is to reduce the number of PRs that need to be reviewed.
|
||||||
|
# Major updates will still be created as separate PRs.
|
||||||
|
npm-minor-patch:
|
||||||
|
applies-to: 'version-updates'
|
||||||
|
update-types:
|
||||||
|
- 'minor'
|
||||||
|
- 'patch'
|
||||||
|
|
||||||
|
- package-ecosystem: 'github-actions'
|
||||||
|
directory: '/'
|
||||||
|
schedule:
|
||||||
|
interval: 'daily'
|
||||||
|
target-branch: 'main'
|
||||||
|
commit-message:
|
||||||
|
prefix: 'chore(deps)'
|
||||||
|
include: 'scope'
|
||||||
|
reviewers:
|
||||||
|
- 'google-gemini/gemini-cli-askmode-approvers'
|
Loading…
Reference in New Issue