From 0fc4244c0f7a2cc6f218af128d6c4999bcacb740 Mon Sep 17 00:00:00 2001 From: David Kilias Date: Fri, 18 Aug 2023 19:56:22 +0200 Subject: [PATCH] rework regexp --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 3a440a9..e9c6bf7 100644 --- a/renovate.json +++ b/renovate.json @@ -9,7 +9,7 @@ "datasourceTemplate": "docker", "versioningTemplate": "docker", "matchStrings": [ - "^.*_image: (?.*?):(?.*?)$" + "^.*image: (?.*?):(?.*?)$" ] } ]