Skip to content

Commit

Permalink
Group Dependabot PRs by minor/patch level (#1701)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mgeisler authored Jan 15, 2024
1 parent 60c5a33 commit 3dc774d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3dc774d

Please sign in to comment.