will this make nix work

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2023-12-20 22:24:53 -05:00
parent eeb798c287
commit a75ddb2a9f

View file

@ -1,13 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"schedule:nonOfficeHours"
"schedule": [
"at any time"
],
"lockFileMaintenance": {
"enabled": true,
"extends": ["schedule:daily"]
"schedule": [
"at any time"
]
},
"nix": {
"schedule": [
"at any time"
],
"enabled": true
}
},
"enabledManagers": [
"github-actions",
"nix"
]
}