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 }}