Files
renovate-configs/helm.json
t.behrendt a1ef75fcea
Some checks failed
CI / build (pull_request) Failing after 31s
sync
2025-10-08 15:41:16 +02:00

26 lines
442 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"
]
}
}