From a77936c641cef28d99c3c1f353c80fb0e180e9db Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 8 Feb 2025 17:24:59 +0100 Subject: [PATCH] fix(renovate): lower renovate frequency slightly --- charts/stable/renovate/Chart.yaml | 2 +- charts/stable/renovate/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/renovate/Chart.yaml b/charts/stable/renovate/Chart.yaml index d321bcbef32..6b95a753550 100644 --- a/charts/stable/renovate/Chart.yaml +++ b/charts/stable/renovate/Chart.yaml @@ -29,4 +29,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/renovate - https://hub.docker.com/r/renovate/renovate type: application -version: 1.11.6 +version: 1.11.7 diff --git a/charts/stable/renovate/values.yaml b/charts/stable/renovate/values.yaml index 0cff03453c2..94271253168 100644 --- a/charts/stable/renovate/values.yaml +++ b/charts/stable/renovate/values.yaml @@ -8,7 +8,7 @@ workload: enabled: true primary: true type: CronJob - schedule: "@hourly" + schedule: "0 0,6,12,18 * * *" concurrencyPolicy: Forbid failedJobsHistoryLimit: 2 parallelism: 1