From c7e947d2b0f8c6276faa6bec4b1bcba6959f2e1e Mon Sep 17 00:00:00 2001 From: "Marcelo E. Magallon" Date: Wed, 31 Jul 2024 17:50:51 -0600 Subject: [PATCH] Trigger renovate workflow on a schedule 41 is prime. Prime is nice. It avoids the rush at 0 minutes. And at 30 minutes. And at 45 minutes. Signed-off-by: Marcelo E. Magallon --- .github/workflows/renovate.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 2e14bd3..c2c7e49 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -1,9 +1,7 @@ name: Renovate on: - # Uncomment once this has been validated to work. - # - # schedule: - # - cron: '0 */4 * * *' + schedule: + - cron: '41 */6 * * *' workflow_dispatch: jobs: renovate: