From ab75580c10be7a30cf8f8a010af21d279ef4469d Mon Sep 17 00:00:00 2001 From: Ben Martin Date: Thu, 19 Dec 2024 17:05:20 +0000 Subject: [PATCH] fix(renovate): correct regex pattern for image matching in Renovate configuration --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index ef80c2d..11ed205 100644 --- a/renovate.json +++ b/renovate.json @@ -21,7 +21,7 @@ "\\.tf$" ], "matchStrings": [ - "\\s*#\\s?renovate:\\s?image=(?.*?)\\s?\\\"\\w+\\\"\\s?=\\s?\\\"(?[\\w+\\.\\-]*)\"" + "\\s*#\\s?renovate:\\s?image=(?.*?)\\s?\"\\w+\"\\s?=\\s?\"(?[\\w+\\.\\-]*)\"" ] } ]