diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 54db688..1129ffd 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -23,9 +23,9 @@ on: - .github/workflows/renovate.yaml - renovate.json5 - # "Wet" Run hourly + # "Wet" Run every 20 minutes schedule: - - cron: "0 * * * *" + - cron: "*/20 * * * *" concurrency: group: ${{ github.workflow }}-${{ github.event.number || github.ref }}