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

11 lines
245 B
JSON
Raw Normal View History

2024-04-05 11:33:15 -05:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"lockFileMaintenance": {
"enabled": true,
"extends": ["schedule:daily"]
},
"nix": {
"enabled": true
}
}