chore: update renovate regres for tagging
This commit is contained in:
@ -7,11 +7,12 @@
|
||||
"ignoreDeps": ["postgres"],
|
||||
"regexManagers": [
|
||||
{
|
||||
"fileMatch": [".*\\.yml$"],
|
||||
"fileMatch": ["^.*\\.yml$", "^.*\\.yaml$"],
|
||||
"matchStrings": [
|
||||
"(?<depName>alpine_latest_image|ubuntu_latest_image|debian_latest_image|image):\\s*\"(?<currentValue>[^\"]+)\""
|
||||
"^(\\s*\\w+_latest_image:\\s*\"?)([^\\s\"]+)(\"?)"
|
||||
],
|
||||
"datasourceTemplate": "docker",
|
||||
"depNameTemplate": "{{ match2 }}",
|
||||
"versioningTemplate": "docker"
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user