Files
renovate-configs/helm.json
Timo Behrendt 20bbd0982e
Some checks failed
CI / Test (pull_request) Failing after 6s
finish configs
2025-10-08 16:26:40 +02:00

18 lines
390 B
JSON

{
"$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"]
}
}