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

17 lines
537 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"],
"regexManagers": [
{
"fileMatch": [
"^(group_vars|services)/.*?$",
"^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"
]
}
]
}