From 06c2800bd25bf75e7aa3050408a50a6ada7f2d5e Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Fri, 2 Aug 2024 14:35:05 +0200 Subject: [PATCH] feat(renovate-bot): increase run intervall MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - change cronjob schedule to '*/15 2 * * *' 🤖 --- manifests/renovate-bot.argocd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/renovate-bot.argocd.yml b/manifests/renovate-bot.argocd.yml index 0fac248..fa51e61 100644 --- a/manifests/renovate-bot.argocd.yml +++ b/manifests/renovate-bot.argocd.yml @@ -14,7 +14,7 @@ spec: values: | fullnameOverride: "renovate-bot" cronjob: - schedule: '0,15 2 * * *' + schedule: '*/15 2 * * *' concurrencyPolicy: "Forbid" existingSecret: "renovate-env" renovate: