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": [
|
|
|
|
{
|
2022-07-24 19:51:37 +00:00
|
|
|
"fileMatch": [
|
2022-12-19 20:28:37 +00:00
|
|
|
"^(ansible/)?(group_vars|services)/.*?$",
|
|
|
|
"^(ansible/)?inventory/group_vars/.*?$"
|
2022-07-24 19:51:37 +00:00
|
|
|
],
|
2021-01-02 21:15:02 +00:00
|
|
|
"matchStrings": [
|
|
|
|
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>.*?))?\\n(?<roleName>\\S+?)_version: \"?(?<currentValue>.*?)\"?\\s"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|