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"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|