From 838d0657ddf5959763e86457b2a7fc3ce2c4d6cb Mon Sep 17 00:00:00 2001 From: Ben Martin Date: Thu, 19 Dec 2024 16:10:16 +0000 Subject: [PATCH] fix(renovate): update 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 e2bb6cb..ef80c2d 100644 --- a/renovate.json +++ b/renovate.json @@ -21,7 +21,7 @@ "\\.tf$" ], "matchStrings": [ - "#\\s?renovate:\\s?image=(?.*?)\\s?\\\"\\w+\\\"\\s?=\\s?\\\"(?[\\w+\\.\\-]*)\"" + "\\s*#\\s?renovate:\\s?image=(?.*?)\\s?\\\"\\w+\\\"\\s?=\\s?\\\"(?[\\w+\\.\\-]*)\"" ] } ]