Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group Dependabot PRs by minor/patch level #1701

Merged
merged 1 commit into from
Jan 15, 2024
Merged

Conversation

mgeisler
Copy link
Collaborator

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 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.
@mgeisler mgeisler requested review from djmitche and qwandor January 15, 2024 12:55
Copy link
Collaborator

@qwandor qwandor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, I might try this on some of my other projects too.

@qwandor qwandor merged commit 3dc774d into main Jan 15, 2024
34 checks passed
@qwandor qwandor deleted the group-dependabot-updates branch January 15, 2024 13:53
@mgeisler
Copy link
Collaborator Author

Nice, I might try this on some of my other projects too.

Yeah, me too 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants