diff --git a/kubernetes.json b/kubernetes.json index 3483ffb..3569d18 100644 --- a/kubernetes.json +++ b/kubernetes.json @@ -4,10 +4,17 @@ "extends": ["github>thegeeklab/renovate-presets:base"], "flux": { "fileMatch": [ + "flux/(.+/)release\\.ya?ml$", "flux/(.+/)patch(HelmRelease)\\.ya?ml$", "flux/(.+/)gotk-components\\.ya?ml$" ] }, + "helm-values": { + "fileMatch": ["flux/(.+/)patch(HelmRelease)\\.ya?ml$"] + }, + "kubernetes": { + "fileMatch": ["flux/(.+/)patch(Deployment|Cluster)\\.ya?ml$"] + }, "packageRules": [ { "description": "Set semantic commit scope for docker digests",