We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2fa64b commit 42999faCopy full SHA for 42999fa
1 file changed
.github/workflows/renovate.yml
@@ -1,9 +1,9 @@
1
name: Renovate
2
3
on:
4
- # Run once per day at 6 AM UTC
+ # Run every hour
5
schedule:
6
- - cron: '0 6 * * *'
+ - cron: '0 * * * *'
7
# Allow manual trigger
8
workflow_dispatch:
9
inputs:
0 commit comments