Migrate config renovate.json
This commit is contained in:
+4
-7
@@ -1,13 +1,10 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"regexManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"fileMatch": [
|
"customType": "regex",
|
||||||
"(^|/)values\\.ya?ml$"
|
"managerFilePatterns": ["/(^|/)values\\.ya?ml$/"],
|
||||||
],
|
"matchStrings": ["repository:\\s*\"?(?<depName>[^\"\\s\\n]+?)\"?\\n\\s+tag:\\s*\"?(?<currentValue>[^\"\\s\\n]*)\"?"],
|
||||||
"matchStrings": [
|
|
||||||
"repository:\\s*\"?(?<depName>[^\"\\s\\n]+?)\"?\\n\\s+tag:\\s*\"?(?<currentValue>[^\"\\s\\n]*)\"?"
|
|
||||||
],
|
|
||||||
"datasourceTemplate": "docker"
|
"datasourceTemplate": "docker"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user