Skip to content

renovate: Treat git-ref Cargo dependency bumps like major version bumps - #236

Merged
cgwalters merged 1 commit into
bootc-dev:mainfrom
cgwalters:split-digest-bumps
Jul 28, 2026
Merged

cgwalters merged 1 commit into
bootc-dev:mainfrom
cgwalters:split-digest-bumps

Conversation

@cgwalters

Copy link
Copy Markdown
Contributor

Cargo dependencies pinned via git = "...", rev = "<sha>" (e.g. bootc-mount in bcvk) have no semver, so Renovate always classifies an upstream change as a "digest" update rather than major/minor/patch. Without this rule those bumps get silently folded into the weekly grouped "Rust" PR, even though a git-ref bump can carry arbitrary breaking changes just like a major version bump does.

Clear the groupName for these updates so each dependency gets its own individual PR, same as a major version bump getting pulled out of the routine grouped update. Verified via dry-run against the real renovate:42 image that two pending git-ref updates land in separate branches, not a single shared PR.

Assisted-by: AI

@cgwalters cgwalters mentioned this pull request Jul 28, 2026
1 task
Cargo dependencies pinned via `git = "...", rev = "<sha>"` (e.g.
bootc-mount in bcvk) have no semver, so Renovate always classifies an
upstream change as a "digest" update rather than major/minor/patch.
Without this rule those bumps get silently folded into the weekly
grouped "Rust" PR, even though a git-ref bump can carry arbitrary
breaking changes just like a major version bump does.

Clear the groupName for these updates so each dependency gets its own
individual PR, same as a major version bump getting pulled out of the
routine grouped update. Verified via dry-run against the real
renovate:42 image that two pending git-ref updates land in separate
branches, not a single shared PR.

Assisted-by: AI
Signed-off-by: Colin Walters <[email protected]>
@cgwalters
cgwalters force-pushed the split-digest-bumps branch from 12e44ea to 709cdfc Compare July 28, 2026 18:07
@cgwalters
cgwalters merged commit ab6f83c into bootc-dev:main Jul 28, 2026
3 checks passed
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