25
helm.json
Normal file
25
helm.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user