Enable nix
All checks were successful
renovate config check / renovate-config-validator (pull_request) Successful in 11s

This commit is contained in:
2024-04-18 16:09:43 +02:00
parent a952712661
commit 954b589ef4

View File

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