idkyet-builder-action/default.json

19 lines
382 B
JSON
Raw Permalink Normal View History

2025-01-26 00:03:05 +01:00
{
2025-01-26 10:45:44 +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]+)"
],
"datasourceTemplate": "docker"
}
]
}