From 55bee854032d4d78da64afefd0ebcb2173695f20 Mon Sep 17 00:00:00 2001 From: David Kilias Date: Fri, 18 Aug 2023 21:48:39 +0200 Subject: [PATCH] fix regex --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 5027199..63e0f02 100644 --- a/renovate.json +++ b/renovate.json @@ -3,8 +3,8 @@ "regexManagers": [ { "fileMatch": [ - "^host_test\\.yml$", - "^host_vars/test/vars\\.yml$" + "^host_test.yml$", + "^host_vars/test/vars.yml$" ], "datasourceTemplate": "docker", "versioningTemplate": "docker",