renovate-config/default.json
Valentin Brandl 9fc001b2be
All checks were successful
renovate config check / renovate-config-validator (pull_request) Successful in 11s
Enable nix
2024-04-18 17:07:28 +02:00

14 lines
283 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"semanticCommits": "enabled",
"automerge": false,
"nix": {
"enabled": true
},
"lockFileMaintenance": {
"enabled": true,
"extends": ["schedule:daily"]
}
}