From 011297c977f49a85e03b80de3b2fbae4066dcd31 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sat, 22 Oct 2022 14:57:54 +0200
Subject: [PATCH] fix(renovate): Reduce amount of runs to improve API limits

This patch reduces the amount of renovate executions in order to
optimise API limits for Docker Hub and other APIs.

Since the cluster is running behind the same IP over a longer period of
time, API limits hit a lot more often than with discarded Machines on
Hetzner.
---
 apps/k8s01/renovate/renovate-values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/k8s01/renovate/renovate-values.yaml b/apps/k8s01/renovate/renovate-values.yaml
index 80c445ba5..c9873716f 100644
--- a/apps/k8s01/renovate/renovate-values.yaml
+++ b/apps/k8s01/renovate/renovate-values.yaml
@@ -7,7 +7,7 @@ metadata:
 data:
   values-overrides.yaml: |
     cronjob:
-      schedule: "5 * * * *"
+      schedule: "05 06 * * *"
     renovate:
       config: |
         {
-- 
GitLab