Skip to content

Commit 7d88673

Browse files
alan-agius4devversion
authored andcommitted
ci: run Renovate more frequently
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.
1 parent e368807 commit 7d88673

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ng-renovate.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ name: Angular-Org Renovate
33
on:
44
workflow_dispatch:
55
schedule:
6-
# Runs every 60 minutes.
7-
# This is the recommanded running time https://github.com/renovatebot/renovate/discussions/16658
8-
- cron: '0/60 * * * *'
6+
# Runs every 30 minutes.
7+
- cron: '*/30 * * * *'
8+
9+
concurrency:
10+
group: ${{ github.workflow }}
11+
cancel-in-progress: true
912

1013
# Declare default permissions as read only.
1114
permissions:

0 commit comments

Comments
 (0)