continuwuity/renovate.json
strawberry b32067589a remove default preset, add nix, allow non-office hours
Signed-off-by: strawberry <strawberry@puppygock.gay>
2023-12-20 22:11:14 -05:00

9 lines
155 B
JSON

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