mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-12-15 06:20:32 +02:00
Group Dependabot PRs by minor/patch level (#1701)
This should help us limit the number of PRs opened by Dependabot. The intention is for the bot to mostly open two PRs per week: - one for patch updates (the ‘z’ in ‘x.y.z’) - one for minor updates (the ‘y’ in ‘x.y.z’) The rare major version updates (the ‘x’ in ‘x.y.z’) are sent individually. The configuration options here are taken from https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups This might help with #1681, but I don’t know yet how the new PR description looks.
This commit is contained in:
parent
60c5a332ec
commit
3dc774d8e7
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
@ -11,6 +11,15 @@ updates:
|
||||
- djmitche
|
||||
- mgeisler
|
||||
- qwandor
|
||||
commit-message:
|
||||
prefix: cargo
|
||||
groups:
|
||||
minor:
|
||||
update-types:
|
||||
- minor
|
||||
patch:
|
||||
update-types:
|
||||
- patch
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
|
Loading…
Reference in New Issue
Block a user