chore: update renovate regres for tagging

This commit is contained in:
2025-10-07 20:55:03 +10:00
parent 68de69c85f
commit adf61d7fe0

View File

@ -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"
}
]