Skip to content

Commit

Permalink
workflow: run renovate more frequently
Browse files Browse the repository at this point in the history
Signed-off-by: Mahe Tardy <[email protected]>
  • Loading branch information
mtardy committed Feb 19, 2025
1 parent 2f459b9 commit 780becd
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 hour from 9h to 19h UTC on every working day
# running every 30 min from 8h to 23:59 UTC on every working day
schedule:
- cron: '0 9-19 * * 1-5'
- cron: '*/30 8-23 * * 1-5'
# allow to manually trigger this workflow
workflow_dispatch:
inputs:
Expand Down

0 comments on commit 780becd

Please sign in to comment.