mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-13 01:50:39 +00:00
17 lines
559 B
JSON
17 lines
559 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"description": ["Preset for use with ansible repositories"],
|
|
"extends": ["github>thegeeklab/renovate-presets:base"],
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": [
|
|
"^(ansible/)?(group_vars|services)/.*?$",
|
|
"^(ansible/)?inventory/group_vars/.*?$"
|
|
],
|
|
"matchStrings": [
|
|
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>.*?))?\\n(?<roleName>\\S+?)_version: \"?(?<currentValue>.*?)\"?\\s"
|
|
]
|
|
}
|
|
]
|
|
}
|