chore(dependabot): group dependabot PRs - #153
Merged
Merged
Conversation
crowecawcaw
approved these changes
Jul 22, 2026
epmog
enabled auto-merge (squash)
July 22, 2026 17:54
epmog
force-pushed
the
group-dependabot-minor-patch
branch
from
July 22, 2026 18:47
5e4daca to
6f561bb
Compare
Signed-off-by: Morgan Epp <60796713+epmog@users.noreply.github.com>
epmog
force-pushed
the
group-dependabot-minor-patch
branch
from
July 22, 2026 19:13
6f561bb to
2a2f789
Compare
seant-aws
approved these changes
Jul 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What was the problem/requirement? (What/Why)
We get a lot of Dependabot PRs for minor and patch dependency bumps. Each one has to be reviewed and rebase-merged individually, which is a lot of churn.
What was the solution? (How)
Use Dependabot
groupsto combine all minor and patch updates into a single PR per ecosystem (pipandgithub-actions). Major bumps do not match the group and continue to get individual PRs. See also Example 3: Individual pull requests for major updates and grouped for minor/patch updates.This mirrors OpenJobDescription/openjd-rs#273; the resulting effect can be seen in OpenJobDescription/openjd-rs#275.
What is the impact of this change?
Fewer Dependabot PRs and a better update experience.
How was this change tested?
Config-only change to
.github/dependabot.yml, validated as well-formed YAML. The same approach is already in effect in openjd-rs (OpenJobDescription/openjd-rs#275).Please run the integration tests and paste the results below
N/A — no code change.
If
installer/was modified or a file was added/removed fromsrc/, then update the installer tests and post the test results belowN/A — no code change; only
.github/dependabot.ymlwas modified.Was this change documented?
N/A — config-only change.
Is this a breaking change?
No.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.