Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information