This repository has been archived on 2024-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
nix-config/renovate.json
2024-04-08 09:05:09 -05:00

13 lines
301 B
JSON

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