From 97070c767b7f2918cb01af12d49da5e65114e57d Mon Sep 17 00:00:00 2001 From: David Kilias Date: Fri, 18 Aug 2023 21:49:12 +0200 Subject: [PATCH] fix regex --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 63e0f02..12ba59a 100644 --- a/renovate.json +++ b/renovate.json @@ -9,7 +9,7 @@ "datasourceTemplate": "docker", "versioningTemplate": "docker", "matchStrings": [ - "image: (?[-{]*?):(?.*?)(@sha256:(?.*?))?\\s" + "image: (?.*?):(?.*?)(@sha256:(?.*?))?\\s" ] } ]