ci: Have dependabot keep Cargo.lock up to date#373
Open
Andreas Albert (AndreasAlbertQC) wants to merge 1 commit into
Open
ci: Have dependabot keep Cargo.lock up to date#373Andreas Albert (AndreasAlbertQC) wants to merge 1 commit into
Cargo.lock up to date#373Andreas Albert (AndreasAlbertQC) wants to merge 1 commit into
Conversation
Add a cargo ecosystem entry to dependabot using the lockfile-only versioning strategy, so transitive Rust dependencies are refreshed monthly without touching `Cargo.toml` constraints. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot started reviewing on behalf of
Andreas Albert (AndreasAlbertQC)
July 24, 2026 13:07
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Dependabot support for the Rust cargo ecosystem so Cargo.lock stays up to date automatically, aligning dependency update automation with the existing CI/GitHub Actions setup.
Changes:
- Add a new Dependabot
cargoupdate entry targeting/with a monthly schedule. - Use
versioning-strategy: lockfile-onlyand a single grouped update to refresh transitive dependencies without changingCargo.toml. - Apply the same cooldown behavior as the existing
github-actionsentry.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #373 +/- ##
========================================
Coverage ? 100.00%
========================================
Files ? 56
Lines ? 3507
Branches ? 0
========================================
Hits ? 3507
Misses ? 0
Partials ? 0 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Andreas Albert (AndreasAlbertQC)
marked this pull request as ready for review
July 24, 2026 13:11
Andreas Albert (AndreasAlbertQC)
requested review from
Oliver Borchert (borchero) and
Daniel Elsner (delsner)
as code owners
July 24, 2026 13:11
Oliver Borchert (borchero)
approved these changes
Jul 25, 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.
Motivation
We want regular updates to our rust dependencies.
Changes
cargoconfig fordependabot