Skip to content

Commit

Permalink
renovate: increase run frequency for auto-merge
Browse files Browse the repository at this point in the history
Signed-off-by: Mahe Tardy <mahe.tardy@gmail.com>
  • Loading branch information
mtardy committed Feb 23, 2024
1 parent b93415c commit ded0ad6
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
@@ -1,8 +1,8 @@
name: Renovate
on:
# running every two hours from 9h to 19h UTC on every working day
# running every hour from 9h to 19h UTC on every working day
schedule:
- cron: '0 9-19/2 * * 1-5'
- cron: '0 9-19 * * 1-5'
# allow to manually trigger this workflow
workflow_dispatch:
inputs:
Expand Down

0 comments on commit ded0ad6

Please sign in to comment.