diff --git a/renovate.json b/renovate.json
index 2d0657a..f0f9f22 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",