Feat/renovate automerge expansion#3436
Merged
Merged
Conversation
…apps Add broad patch auto-merge across docker/helm/github-releases/github-tags with a 3-day release-age cooldown. Final deny rule excludes Plex, Rook-Ceph, Ceph image, Cilium (image + helm chart), Talos installer/talosctl, and Flux operator/instance from auto-merge regardless of update type. CI gates (flux-local, kubeconform, Trivy, pr-check) remain required via automergeType: pr + ignoreTests: false. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Extend auto-merge to cover minor updates with a 7-day cooldown (longer
than patches' 3 days, since minors carry more breaking-change risk).
DNS-related components get an additional opt-out from minor auto-merge
specifically — patches still auto-merge for DNS apps, but minors
require manual review because DNS outages cascade quickly across the
cluster.
Adds two new rules ordered after the patch rule:
1. Auto-merge minor across docker/helm/github-releases/github-tags
with 7-day minimumReleaseAge, ignoreTests: false.
2. Deny minor auto-merge for CoreDNS, blocky, k8s-gateway,
k8s_gateway, external-dns.
The existing high-blast-radius deny rule (Plex, Rook-Ceph, Cilium,
Talos, Flux) stays last and continues to block all update types
including minor.
Note: this changes the auto-merge behavior for external-dns minors,
which currently auto-merge under the GitHub Releases rule. external-dns
minors will now require manual review.
Co-Authored-By: Claude Sonnet 4.6 <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.
What's Changed
Type of Change
Notes and apps affected