This commit is contained in:
Merlin Jehli 2024-04-19 17:58:16 +02:00
commit fbe1ac940a
Signed by: FML128
GPG key ID: 76DE785F9DC31C59
10 changed files with 121 additions and 0 deletions

20
renovate.json Normal file
View file

@ -0,0 +1,20 @@
{
"$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"
}
]
}