From d87989300ac4b07d12a438aca816c7de92668613 Mon Sep 17 00:00:00 2001 From: David Kilias Date: Fri, 18 Aug 2023 21:51:21 +0200 Subject: [PATCH] fix regex --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index f386513..f0f9f22 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,7 @@ "regexManagers": [ { "fileMatch": [ - "^host_test.yml$", + "^host-.*.yml$", "^host_vars/.*/vars.yml$" ], "datasourceTemplate": "docker",