renovate-config/default.json
Valentin Brandl 954b589ef4
All checks were successful
renovate config check / renovate-config-validator (pull_request) Successful in 11s
Enable nix
2024-04-18 16:09:43 +02:00

9 lines
204 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>renovatebot/.github", ":dependencyDashboard"],
"prCreation": "immediate",
"nix": {
"enabled": false
}
}