{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "helm-values": { "fileMatch": [ "(^|/)values/.*\\.ya?ml$", "(^|/)values/.*\\.ya?ml\\.gotmpl$" ] }, "packageRules": [ { "matchManagers": [ "helm-values" ], "versioning": "docker", "separateMinorPatch": true } ], "helmfile": { "enabled": true, "addLabels": [ "deps", "helm" ] } }