chore: update Renovate schedule to run hourly instead of daily.

This commit is contained in:
Matthias Hinrichs
2026-01-17 19:47:49 +01:00
parent b97d2667d2
commit 0208870d8c
+10 -4
View File
@@ -3,11 +3,17 @@
"config:recommended" "config:recommended"
], ],
"timezone": "Europe/Zurich", "timezone": "Europe/Zurich",
"description": "Schedule daily before 4 AM", "description": "Schedule every hour",
"schedule": ["* 0-3 * * *"], "schedule": [
"0 30 * * *"
],
"packageRules": [ "packageRules": [
{ {
"matchDatasources": ["docker", "kubernetes-api", "kubernetes"] "matchDatasources": [
"docker",
"kubernetes-api",
"kubernetes"
]
}, },
{ {
"matchUpdateTypes": [ "matchUpdateTypes": [
@@ -20,4 +26,4 @@
"automerge": true "automerge": true
} }
] ]
} }