nix-config/renovate.json
JuliusFreudenberger 31fe3ff223 Do not impose hourly PR limit
New systems are not built on branches, so no CI can be overwhelmed.
2026-06-18 02:36:10 +02:00

19 lines
418 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"prHourlyLimit": 0,
"nix": {
"enabled": true
},
"customManagers": [
{
"customType": "regex",
"datasourceTemplate": "docker",
"fileMatch": [
".+\\.nix$"
],
"matchStrings": [
"\\s+image\\s+=\\s+\"(?<depName>.*?):(?<currentValue>.*?)(@(?<digest>sha256:[a-z0-9]{64}))?\""
]
}
]
}