diff --git a/ansible_host_var.json b/ansible_host_var.json index fb63165..52b07df 100644 --- a/ansible_host_var.json +++ b/ansible_host_var.json @@ -2,7 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "regexManagers": [ { - "fileMatch": ["host_vars\\/.*\\.yml", "group_vars\\/.*\\.yml"], + "fileMatch": ["inventories\\/host_vars\\/.*\\.yml", "inventories\\/group_vars\\/.*\\.yml"], "matchStrings": [ "datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\s.*?_version: \"(?.*)\"\\s" ],