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