From 0e0c02c0b4cdb596cca8be8faddd7c05c91dee6d Mon Sep 17 00:00:00 2001 From: Flook Peter Date: Fri, 27 Sep 2024 12:20:13 +0800 Subject: [PATCH] Try add quotes around image --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 9eb86ec..197ae28 100644 --- a/renovate.json +++ b/renovate.json @@ -7,7 +7,7 @@ { "customType": "regex", "fileMatch": ["^docker(.*).yml$"], - "matchStrings": ["image: (?.*?):\\${(?:.*):?-(?.*?)}"], + "matchStrings": ["image: \"(?.*?):\\${(?:.*):?-(?.*?)}\""], "datasourceTemplate": "docker" } ]