From 2a56392af0312714cd138934b69f93a05f24c874 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Sun, 5 Jan 2025 13:40:50 +0100 Subject: [PATCH] slow down renovate --- infrastructure/renovate/cronjob.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/renovate/cronjob.yaml b/infrastructure/renovate/cronjob.yaml index 3c0d6ce..94fbac5 100644 --- a/infrastructure/renovate/cronjob.yaml +++ b/infrastructure/renovate/cronjob.yaml @@ -3,7 +3,7 @@ kind: CronJob metadata: name: renovate spec: - schedule: '0,30 * * * *' + schedule: '0 */2 * * *' concurrencyPolicy: Forbid jobTemplate: spec: