nix-config/renovate.json
2026-06-22 22:20:41 +02:00

25 lines
535 B
JSON

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