added config

This commit is contained in:
Merlin Jehli 2025-01-26 00:03:05 +01:00
parent 7330e77b08
commit 37ca11a72e
Signed by: FML128
GPG key ID: 76DE785F9DC31C59

20
default.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: (?<depName>[^:]+):(?<currentValue>[^\\s]+)"
],
"datasourceTemplate": "gitea-tags",
"versioningTemplate": "loose"
}
]
}