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