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