idkyet-builder-action/default.json

21 lines
461 B
JSON
Raw Normal View History

2025-01-26 00:03:05 +01:00
{
"$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]+)"
],
2025-01-26 00:14:16 +01:00
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
2025-01-26 00:03:05 +01:00
}
]
}