diff --git a/ansible.json b/ansible.json new file mode 100644 index 0000000..f021529 --- /dev/null +++ b/ansible.json @@ -0,0 +1,13 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "description": ["Preset for use with ansible repositories"], + "extends": ["github>thegeeklab/renovate-presets:base"], + "regexManagers": [ + { + "fileMatch": ["^(group_vars|services)/.*?$"], + "matchStrings": [ + "# renovate: datasource=(?\\S+) depName=(?\\S+)( versioning=(?.*?))?\\n(?\\S+?)_version: \"?(?.*?)\"?\\s" + ] + } + ] +}