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