From d4e593846fd31209defdafbe94524d4b8522713c Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 31 Jan 2024 21:40:56 +0100 Subject: [PATCH] feat: with more config Signed-off-by: kjuulh --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 8497c9d..1844c91 100644 --- a/config.json +++ b/config.json @@ -59,7 +59,8 @@ "(^|/).+.ya?ml$" ], "matchStrings": [ - "(?docker.io/.+):(?\\S+)" + "(?docker.io/.+):(?\\S+)", + "(?.*?):(?\\S+)" ], "datasourceTemplate": "docker", "versioningTemplate": "docker"