mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-15 03:16:32 +02:00
22 lines
346 B
JSON
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"
|
|
]
|
|
}
|