chore: update renovate.json for depNameTemplate
This commit is contained in:
@ -9,10 +9,10 @@
|
||||
{
|
||||
"fileMatch": ["^.*\\.yml$", "^.*\\.yaml$"],
|
||||
"matchStrings": [
|
||||
"^(\\s*\\w+_latest_image:\\s*\"?)([^\\s\"]+)(\"?)"
|
||||
"^(\\s*\\w+_latest_image:\\s*\"?)(?<currentValue>[^\\s\"]+)(\"?)"
|
||||
],
|
||||
"datasourceTemplate": "docker",
|
||||
"depNameTemplate": "{{ match2 }}",
|
||||
"depNameTemplate": "{{ currentValue }}",
|
||||
"versioningTemplate": "docker"
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user