chore: update renovate regrex

This commit is contained in:
2025-10-07 20:45:55 +10:00
parent 6c84f51c53
commit 68de69c85f

View File

@ -9,7 +9,7 @@
{ {
"fileMatch": [".*\\.yml$"], "fileMatch": [".*\\.yml$"],
"matchStrings": [ "matchStrings": [
"(alpine_latest_image|ubuntu_latest_image|debian_latest_image|image):\\s*\"(?<currentValue>[^\"]+)\"" "(?<depName>alpine_latest_image|ubuntu_latest_image|debian_latest_image|image):\\s*\"(?<currentValue>[^\"]+)\""
], ],
"datasourceTemplate": "docker", "datasourceTemplate": "docker",
"versioningTemplate": "docker" "versioningTemplate": "docker"