From 981ebb114ba92e9f06830bd715138eee5490ebec Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 12 Aug 2023 22:04:47 +0200 Subject: [PATCH] feat: with regex manager Signed-off-by: kjuulh --- config.json | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index af598b1..def2d0e 100644 --- a/config.json +++ b/config.json @@ -18,8 +18,12 @@ ], "packageRules": [ { - "matchDatasources": ["docker"], - "registryUrls": ["https://harbor.front.kjuulh.io/docker-proxy/library/"] + "matchDatasources": [ + "docker" + ], + "registryUrls": [ + "https://harbor.front.kjuulh.io/docker-proxy/library/" + ] }, { "groupName": "all dependencies", @@ -38,5 +42,16 @@ "enabled": false } } + ], + "regexManagers": [ + { + "fileMatch": [ + "^cuddle.yaml$" + ], + "matchStrings": [ + ".*_image:\"(?.*):(?.*)\"" + ], + "datasourceTemplate": "docker" + } ] -} +} \ No newline at end of file