continuwuity/renovate.json
strawberry eeb798c287 enable lockfile maintenance
Signed-off-by: strawberry <strawberry@puppygock.gay>
2023-12-20 22:17:32 -05:00

13 lines
242 B
JSON

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