infrastructure/renovate.json
Fabian Hauser b285bbb2be
All checks were successful
CI / build (push) Successful in 2m9s
CI / deploy (docs-ops.qo.is) (push) Successful in 1m8s
CI / deploy (system-vm) (push) Successful in 1m33s
Switch renovate automerge to branch to prevent noise
2025-05-18 20:18:58 +03:00

18 lines
330 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"lockFileMaintenance": {
"enabled": true,
"automerge": true,
"automergeType": "branch",
"schedule": [
"* 18-19 * * *"
]
},
"cloneSubmodules": true,
"nix": {
"enabled": true
}
}