From 2929b794276856f724a5be95d02295d89a961f66 Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Tue, 20 May 2025 08:36:48 +0000 Subject: [PATCH] ci: run Renovate more frequently MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Recent changes have reduced run times on angular/angular to around 11–13 minutes (with all open PRs). Given this improvement, we should be able to run Renovate more often to enable faster rebases. --- .github/workflows/ng-renovate.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ng-renovate.yml b/.github/workflows/ng-renovate.yml index b9f8d10b9..3f044bfe4 100644 --- a/.github/workflows/ng-renovate.yml +++ b/.github/workflows/ng-renovate.yml @@ -3,9 +3,12 @@ name: Angular-Org Renovate on: workflow_dispatch: schedule: - # Runs every 60 minutes. - # This is the recommanded running time https://github.com/renovatebot/renovate/discussions/16658 - - cron: '0/60 * * * *' + # Runs every 30 minutes. + - cron: '*/30 * * * *' + +concurrency: + group: ${{ github.workflow }} + cancel-in-progress: true # Declare default permissions as read only. permissions: