feat(renovate): digest=commit manager; retire registry-specific rules#99
Merged
Conversation
Add a digest=commit customManager: a github-tags renovate comment followed by an ARG *_REF=<tag> + ARG *_COMMIT=<sha> pair auto-updates both lines (the digest resolves to the tag's dereferenced commit), so the vibekit / web-terminal-kiro registry pins bump with no manual step. Retire the mise/aqua manual-sha-bump rules it replaces, group the two registries into one PR per repo, and gate digest-only updates (a moved tag with no version bump = a retag) no-automerge with a security label, matching the git-cliff asset-swap rule. Also fix the nerd-fonts recompute command in prBodyNotes, which double-prefixed the tag's v and would have hashed a 404.
…nalization The mise/aqua pins left the app images (cplieger/tool-catalog publishes the compiled catalog daily; the toolbelt engine refreshes at runtime), so the tool-registries group rule and the registry retag gate have no deps to match. The generic digest=commit customManager stays as the documented mechanism for future codeload-tarball pins.
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.
Adds the generic digest=commit customManager for codeload-tarball tag+commit pin pairs (documented in ci-renovate.md), fixes the nerd-fonts recompute template's double-v, and removes the mise/aqua manual-sha-bump rules plus the registry group/retag rules whose consumers left the app images (cplieger/tool-catalog publishes the compiled catalog daily; the toolbelt engine refreshes at runtime). Validated with renovate-config-validator.