diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index e6c7e4ad..57a40ef9 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: '0/15 * * * *' jobs: renovate: runs-on: ubuntu-latest