renovate.json: Enable Nix & lock file maintenance

This commit is contained in:
Zhaofeng Li 2024-11-07 16:24:44 -07:00
parent 6db6b30b01
commit ac23318700

View file

@ -2,5 +2,12 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
],
"lockFileMaintenance": {
"enabled": true,
"extends": ["schedule:weekly"]
},
"nix": {
"enabled": true
}
}