test renovate
This commit is contained in:
parent
1ad88f3ab8
commit
17356e534f
1 changed files with 1 additions and 2 deletions
3
.github/renovate.json
vendored
3
.github/renovate.json
vendored
|
@ -15,12 +15,11 @@
|
|||
},
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": [
|
||||
"^kubernetes/[^/]+/helmrelease\\.ya?ml$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*(?<depName>[^\\n]+)\\n\\s*version:\\s*\"?(?<currentValue>[^\"]+)\"?"
|
||||
"chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*(?<depName>\\S+)\\s*\\n\\s*version:\\s*\"?(?<currentValue>[^\"]+)\"?"
|
||||
],
|
||||
"datasourceTemplate": "helm",
|
||||
"versioningTemplate": "semver"
|
||||
|
|
Reference in a new issue