From c9a001d174a519ef51d181d007f5e757b86075b5 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Thu, 27 Jul 2023 01:11:18 +0200 Subject: [PATCH] feat: with all rust files Signed-off-by: kjuulh --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index dd340c5..4dd5d18 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,7 @@ "regexManagers": [ { "fileMatch": [ - "^main.rs$" + ".*.rs$" ], "matchStrings": [ "let.*docker_image.*\"(?.*):(?.*)\";"