mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-22 09:20:38 +00:00
14 lines
483 B
JSON
14 lines
483 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": ["^(group_vars|services)/.*?$"],
|
|
"matchStrings": [
|
|
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>.*?))?\\n(?<roleName>\\S+?)_version: \"?(?<currentValue>.*?)\"?\\s"
|
|
]
|
|
}
|
|
]
|
|
}
|