We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978c973 commit 0a989acCopy full SHA for 0a989ac
1 file changed
.github/workflows/renovate.yml
@@ -1,9 +1,9 @@
1
name: Renovate
2
3
on:
4
- # Run daily at 5am UTC (matches renovate.json Monday schedule window)
+ # Run hourly to process dashboard actions (PR schedule controlled by renovate.json)
5
schedule:
6
- - cron: '0 5 * * *'
+ - cron: '0 * * * *'
7
# Allow manual trigger
8
workflow_dispatch:
9
inputs:
0 commit comments