fix(renovate): lower renovate frequency slightly

This commit is contained in:
Kjeld Schouten
2025-02-08 17:24:59 +01:00
parent 43d962ecfd
commit a77936c641
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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