From b8a1792db9856606cbb0dcb0676b21171619fccd Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Tue, 7 Oct 2025 20:58:05 +1000 Subject: [PATCH] chore: update renovate.json for depNameTemplate --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 620043e..3a66dc1 100644 --- a/renovate.json +++ b/renovate.json @@ -9,10 +9,10 @@ { "fileMatch": ["^.*\\.yml$", "^.*\\.yaml$"], "matchStrings": [ - "^(\\s*\\w+_latest_image:\\s*\"?)([^\\s\"]+)(\"?)" + "^(\\s*\\w+_latest_image:\\s*\"?)(?[^\\s\"]+)(\"?)" ], "datasourceTemplate": "docker", - "depNameTemplate": "{{ match2 }}", + "depNameTemplate": "{{ currentValue }}", "versioningTemplate": "docker" } ]