idkyet-user-template/renovate.json
2024-04-19 17:58:16 +02:00

20 lines
469 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>FML128/renovate-config"
],
"customManagers": [
{
"description": "idkyet updater",
"customType": "regex",
"fileMatch": [
"^.+\\.ya?ml$"
],
"matchStrings": [
"previous_layer_id:\\s(?<registryUrl>https?://[^/:]+)/(?<depName>[^:]+\\/[^:]+)\\/[^:]+:(?<currentValue>\\S+)"
],
"datasourceTemplate": "gitea-tags",
"versioningTemplate": "loose"
}
]
}