Update .github/renovate.json
This commit is contained in:
parent
3391f5bac8
commit
fe9f667209
1 changed files with 3 additions and 4 deletions
7
.github/renovate.json
vendored
7
.github/renovate.json
vendored
|
@ -10,14 +10,13 @@
|
||||||
},
|
},
|
||||||
"helmv3": {
|
"helmv3": {
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"^kubernetes/[^/]+/helmrelease\\.ya?ml$"
|
"(^|/)kubernetes/apps/.+/helmrelease\\.ya?ml$"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"customManagers": [
|
"regexManagers": [
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"^kubernetes/[^/]+/helmrelease\\.ya?ml$"
|
"(^|/)kubernetes/apps/.+/helmrelease\\.ya?ml$"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*(?<depName>\\S+)\\s*\\n\\s*version:\\s*\"?(?<currentValue>[^\"]+)\"?"
|
"chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*(?<depName>\\S+)\\s*\\n\\s*version:\\s*\"?(?<currentValue>[^\"]+)\"?"
|
||||||
|
|
Reference in a new issue