remove default preset, add nix, allow non-office hours

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2023-12-20 22:11:14 -05:00
parent 3e042012b3
commit b32067589a

View file

@ -1,6 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"schedule:nonOfficeHours"
],
"nix": {
"enabled": true
}
}