Update default.json

This commit is contained in:
Merlin Jehli 2025-01-26 10:45:44 +01:00 committed by git.fml128.ch
parent 0ba478d579
commit 6b3698c131
Signed by: git.fml128.ch
GPG key ID: FBE009491D453913

View file

@ -1,20 +1,19 @@
{
"$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": "docker",
"versioningTemplate": "docker"
}
]
}
"$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": "docker"
}
]
}