From e63e24932a9b5187fed2a6dd08a059d5416bf1bc Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 12 Aug 2023 22:14:30 +0200 Subject: [PATCH] fix: name of cuddle prefix Signed-off-by: kjuulh --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index def2d0e..d92c55b 100644 --- a/config.json +++ b/config.json @@ -49,7 +49,7 @@ "^cuddle.yaml$" ], "matchStrings": [ - ".*_image:\"(?.*):(?.*)\"" + ".*_image:.*\"(?.*):(?.*)\"" ], "datasourceTemplate": "docker" }