change renovate config

This commit is contained in:
nold 2025-02-16 11:13:18 +01:00
parent e0aa499693
commit d07a50b911

View file

@ -1,5 +1,6 @@
{ {
"enabled": true, "enabled": true,
"extends": ["config:recommended"],
"timezone": "Europe/Berlin", "timezone": "Europe/Berlin",
"dependencyDashboard": true, "dependencyDashboard": true,
"dependencyDashboardTitle": "Renovate Dashboard", "dependencyDashboardTitle": "Renovate Dashboard",
@ -158,7 +159,7 @@
], ],
"automerge": true, "automerge": true,
"ignoreTests": true, "ignoreTests": true,
"schedule": "after 1am and before 5am", "schedule": "after 1am and before 6am",
"matchUpdateTypes": [ "matchUpdateTypes": [
"minor", "minor",
"patch" "patch"