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