renovate-presets/ansible.json

18 lines
575 B
JSON
Raw Permalink Normal View History

2021-01-02 22:15:02 +01:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": ["Preset for use with ansible repositories"],
2024-02-09 10:51:26 +01:00
"extends": [
"github>thegeeklab/renovate-presets:base",
"github>thegeeklab/renovate-presets:opentofu"
],
"customManagers": [
2021-01-02 22:15:02 +01:00
{
"customType": "regex",
2024-03-22 08:35:34 +01:00
"fileMatch": ["^(ansible/)?.+/group_vars/.+?$"],
2021-01-02 22:15:02 +01:00
"matchStrings": [
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>.*?))?\\n(?<roleName>\\S+?)_version: \"?(?<currentValue>.*?)\"?\\s"
]
}
]
}