streamd/renovate.json
Konstantin Fickel 2445b6f462
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 55s
ci: increase prHourlyLimit + add nix
2026-01-18 17:37:51 +01:00

20 lines
348 B
JSON

{
"extends": [
"config:best-practices"
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
}
],
"prHourlyLimit": 20,
"lockFileMaintenance": { "enabled": true },
"nix": { "enabled": true },
"osvVulnerabilityAlerts": true
}