diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index f8c4c72c..6b22ed16 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -2,7 +2,7 @@ name: Renovate on: schedule: # Run every 2nd hour - - cron: '30 * * * *' + - cron: '0 */2 * * *' jobs: renovate: runs-on: ubuntu-latest