chore: update renovate.json for depNameTemplate

This commit is contained in:
2025-10-07 20:58:05 +10:00
parent adf61d7fe0
commit b8a1792db9

View File

@ -9,10 +9,10 @@
{
"fileMatch": ["^.*\\.yml$", "^.*\\.yaml$"],
"matchStrings": [
"^(\\s*\\w+_latest_image:\\s*\"?)([^\\s\"]+)(\"?)"
"^(\\s*\\w+_latest_image:\\s*\"?)(?<currentValue>[^\\s\"]+)(\"?)"
],
"datasourceTemplate": "docker",
"depNameTemplate": "{{ match2 }}",
"depNameTemplate": "{{ currentValue }}",
"versioningTemplate": "docker"
}
]