mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-15 01:16:33 +02:00
will this make nix work
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
eeb798c287
commit
a75ddb2a9f
1 changed files with 13 additions and 4 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue