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