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
575 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"],
2024-02-09 09:51:26 +00:00
"extends": [
"github>thegeeklab/renovate-presets:base",
"github>thegeeklab/renovate-presets:opentofu"
],
"customManagers": [
2021-01-02 21:15:02 +00:00
{
"customType": "regex",
2024-03-22 07:35:34 +00:00
"fileMatch": ["^(ansible/)?.+/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"
]
}
]
}