2023-10-06 10:52:39 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
"extends": [
|
|
|
|
"config:base"
|
|
|
|
],
|
|
|
|
"regexManagers": [
|
|
|
|
{
|
2023-10-16 15:20:09 +00:00
|
|
|
"fileMatch": ["defaults/main.yml$"],
|
2023-10-06 10:52:39 +00:00
|
|
|
"matchStrings": [
|
2023-10-06 12:10:56 +00:00
|
|
|
"# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (?:lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[a-z-0-9]+?))?\\s+[A-Za-z0-9_]+?(?:_version|_tag)\\s*:\\s*[\"']?(?<currentValue>.+?)[\"']?\\s"
|
2023-10-06 10:52:39 +00:00
|
|
|
]
|
|
|
|
}
|
2023-11-23 13:03:13 +00:00
|
|
|
],
|
|
|
|
"packageRules": [
|
|
|
|
{
|
|
|
|
"matchSourceUrlPrefixes": [
|
|
|
|
"https://github.com/devture/com.devture.ansible.role",
|
|
|
|
"https://gitlab.com/etke.cc/roles",
|
|
|
|
"https://github.com/mother-of-all-self-hosting"
|
|
|
|
],
|
|
|
|
"ignoreUnstable": false
|
|
|
|
}
|
2023-10-06 10:52:39 +00:00
|
|
|
]
|
|
|
|
}
|