From 4ce30f758f8a0e72d2a156d8e324cf910358dcc1 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 31 Jan 2024 21:36:25 +0100 Subject: [PATCH] feat: with renovate Signed-off-by: kjuulh --- config.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index d92c55b..8497c9d 100644 --- a/config.json +++ b/config.json @@ -52,6 +52,17 @@ ".*_image:.*\"(?.*):(?.*)\"" ], "datasourceTemplate": "docker" + }, + { + "fileMatch": [ + "(^|/).+.rs$", + "(^|/).+.ya?ml$" + ], + "matchStrings": [ + "(?docker.io/.+):(?\\S+)" + ], + "datasourceTemplate": "docker", + "versioningTemplate": "docker" } ] -} \ No newline at end of file +}