From ddeb169f7b9e6b98833da9af012a9cc08a63ee8c Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Mon, 29 Aug 2022 14:23:51 +0700 Subject: [PATCH] refactor(renovate): change schedule to daily --- platform/renovate/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/renovate/values.yaml b/platform/renovate/values.yaml index c725e407..577f76fa 100644 --- a/platform/renovate/values.yaml +++ b/platform/renovate/values.yaml @@ -1,6 +1,6 @@ renovate: cronjob: - schedule: '0 9 1 * *' # At 09:00 every month + schedule: '0 9 * * *' # Everyday at 09:00 renovate: config: | {