From 277dffbb21c319524590f8761e89ef37108f0860 Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Thu, 24 Aug 2023 08:02:48 +0200 Subject: [PATCH] feat(renovate-bot): update cron schedule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Change cron schedule to run twice daily at 2:00 UTC and 2:15 UTC 🤖 --- 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 9172a47..2bc9023 100644 --- a/manifests/renovate-bot.argocd.yml +++ b/manifests/renovate-bot.argocd.yml @@ -14,7 +14,7 @@ spec: values: | fullnameOverride: "renovate-bot" cronjob: - schedule: '@daily' + schedule: '0,15 2 * * *' concurrencyPolicy: "Forbid" existingSecret: "renovate-env" renovate: