chore: split the OCI grouping decision out of the pinDigests mechanism rule #15
No reviewers
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
webgrip/renovate-config!15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/split-oci-group-rule"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
One rule was doing two unrelated jobs, and it cost us:
pinDigests: falseis a correctness requirement (Renovate would append@sha256to the OCIRepository tag value;spec.ref.digestis a separate YAML key), whilegroupName: "Flux OCI Helm charts"is a policy choice with a real trade-off — one grouped PR saves CI, but rollback becomes all-or-nothing and the branch fails atomically (one unresolvable chart blocks the rest).Because the group rode inside a rule whose description only talks about digest handling, nobody read the grouping as a decision. In homelab-cluster it bundled fifteen unrelated charts (cert-manager, coredns, kyverno, envoy-gateway among them) into single automerging commits until it was split locally (homelab
.renovaterc.json5,Flux OCI Helm charts (platform)).Behaviour is unchanged — both rules keep identical matchers and Renovate merges matching packageRules field-by-field. Consumers can now override grouping without re-stating (or accidentally losing) the digest mechanism, and each description names what its rule is for.
chore:on purpose: behaviour-neutral, no release needed; it rides the next feat/fix release.🤖 Generated with Claude Code
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.