ci: add Dependabot for Cargo and GitHub Actions#311
Open
fischeti wants to merge 1 commit into
Open
Conversation
micprog
reviewed
Jun 15, 2026
micprog
left a comment
Member
There was a problem hiding this comment.
LGTM, ideally we also get notified of major bumps that we should align to - if it requires manual updates in the rest of the code we should then do that.
| default-days: 7 | ||
| groups: | ||
| # One PR for routine patch/minor bumps to keep noise down. | ||
| cargo-minor-patch: |
Member
There was a problem hiding this comment.
Does the bot also flag major bumps?
Contributor
Author
There was a problem hiding this comment.
I had to double check, but yes! By default every kind of version bump results in a separate PR i.e. one PR per dependency. With the groups configuration, we just bundle all minor and patch into one PR to reduce noise, since those should usually not cause any problems.
Weekly updates with a 7-day cooldown. Minor/patch Cargo bumps are grouped into one PR; GitHub Actions updates are grouped together. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Sets up dependabot for Rust dependencies and Github Actions on a weekly basis. A 7-day cooldown is configured for security reasons.
Tested on my fork e.g. fischeti#2