Skip to content

Commit

Permalink
ci: Run renovate every 20 min
Browse files Browse the repository at this point in the history
  • Loading branch information
mircea-pavel-anton committed Oct 23, 2024
1 parent f1fa74e commit 27b711a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 27b711a

Please sign in to comment.