updated template

This commit is contained in:
Merlin Jehli 2025-01-26 13:07:24 +01:00
parent 36a2645e39
commit c3fe41af71
Signed by: FML128
GPG key ID: 76DE785F9DC31C59
4 changed files with 9 additions and 21 deletions

View file

@ -1,20 +1,6 @@
{
"$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"
}
"local>FML128/idkyet-builder-action"
]
}
}