mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2024-11-27 02:45:27 +00:00
23 lines
346 B
JSON
23 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"
|
||
|
]
|
||
|
}
|