chore: update Renovate schedule to run hourly instead of daily.
This commit is contained in:
+9
-3
@@ -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": [
|
||||||
|
|||||||
Reference in New Issue
Block a user