diff --git a/ansible.json b/ansible.json index 28b9cdc..88255c7 100644 --- a/ansible.json +++ b/ansible.json @@ -8,10 +8,7 @@ "customManagers": [ { "customType": "regex", - "fileMatch": [ - "^(ansible/)?(group_vars|services)/.*?$", - "^(ansible/)?inventory/group_vars/.*?$" - ], + "fileMatch": ["^(ansible/)?.+/group_vars/.+?$"], "matchStrings": [ "# renovate: datasource=(?\\S+) depName=(?\\S+)( versioning=(?.*?))?\\n(?\\S+?)_version: \"?(?.*?)\"?\\s" ]