0
0
mirror of https://github.com/thegeeklab/renovate-presets.git synced 2024-10-22 22:10:40 +00:00
renovate-presets/ansible.json

18 lines
589 B
JSON
Raw Normal View History

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