sync
Some checks failed
CI / build (pull_request) Failing after 31s

This commit is contained in:
2025-10-08 15:36:27 +02:00
parent b96346c43b
commit a1ef75fcea
8 changed files with 126 additions and 2 deletions

25
helm.json Normal file
View File

@@ -0,0 +1,25 @@
{
"$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"
]
}
}