{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "description": ["Preset for use with ansible repositories"], "extends": [ "github>thegeeklab/renovate-presets:base", "github>thegeeklab/renovate-presets:opentofu" ], "customManagers": [ { "customType": "regex", "fileMatch": ["^(ansible/)?.+/group_vars/.+?$"], "matchStrings": [ "# renovate: datasource=(?\\S+) depName=(?\\S+)( versioning=(?.*?))?\\n(?\\S+?)_version: \"?(?.*?)\"?\\s" ] } ] }