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