continuwuity/renovate.json
strawberry a75ddb2a9f will this make nix work
Signed-off-by: strawberry <strawberry@puppygock.gay>
2023-12-20 22:24:53 -05:00

22 lines
346 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"schedule": [
"at any time"
],
"lockFileMaintenance": {
"enabled": true,
"schedule": [
"at any time"
]
},
"nix": {
"schedule": [
"at any time"
],
"enabled": true
},
"enabledManagers": [
"github-actions",
"nix"
]
}