This commit is contained in:
14
helm.json
14
helm.json
@@ -1,25 +1,17 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"helm-values": {
|
||||
"fileMatch": [
|
||||
"(^|/)values/.*\\.ya?ml$",
|
||||
"(^|/)values/.*\\.ya?ml\\.gotmpl$"
|
||||
]
|
||||
"fileMatch": ["(^|/)values/.*\\.ya?ml$", "(^|/)values/.*\\.ya?ml\\.gotmpl$"]
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": [
|
||||
"helm-values"
|
||||
],
|
||||
"matchManagers": ["helm-values"],
|
||||
"versioning": "docker",
|
||||
"separateMinorPatch": true
|
||||
}
|
||||
],
|
||||
"helmfile": {
|
||||
"enabled": true,
|
||||
"addLabels": [
|
||||
"deps",
|
||||
"helm"
|
||||
]
|
||||
"addLabels": ["deps", "helm"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user