From a1ecca56b8a6348d9271239f0f8c46140b4c0723 Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Wed, 29 Apr 2026 12:49:47 +0000 Subject: [PATCH] ci: update renovate workflow schedule to run at 17 and 47 minutes past the hour Run cronjob at 17 and 47 minutes past the hour, which are much quieter than the top/bottom of the hour. --- .github/workflows/ng-renovate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ng-renovate.yml b/.github/workflows/ng-renovate.yml index ca105aed7..d679e4ea6 100644 --- a/.github/workflows/ng-renovate.yml +++ b/.github/workflows/ng-renovate.yml @@ -3,8 +3,8 @@ name: Angular-Org Renovate on: workflow_dispatch: schedule: - # Runs every 30 minutes. - - cron: '*/30 * * * *' + # Run on the 17th and 47th minute of every hour. + - cron: '17,47 * * * *' concurrency: group: ${{ github.workflow }}