Skip to content

Commit

Permalink
chore(renovate): update schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
simonknittel committed Apr 30, 2024
1 parent bdc6357 commit d1e7aef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Renovate

on:
schedule:
- cron: "30 2 * * 1" # Every Monday at 2:30 AM UTC
- cron: "30 3 * * 1" # Every Monday at 3:00 AM UTC (wait for workflows in Pull Requests to finish)
- cron: "0,30 3,4,5 * * *" # Every day six chances for Renovate to create or rebase branches and create, rebase or merge PRs
workflow_dispatch: # Manually run the workflow
push: # Run the workflow on changes to the configuration
branches:
Expand Down

0 comments on commit d1e7aef

Please sign in to comment.