We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de85412 commit 251eccbCopy full SHA for 251eccb
.github/workflows/renovate-scheduler.yaml
@@ -3,9 +3,9 @@ permissions:
3
contents: read
4
pull-requests: write
5
on:
6
-# schedule:
7
-# - cron: '30 9 * * *' # every day at 3 PM IST (9:30 AM UTC)
8
- workflow_dispatch: # allow manual runs
+ # schedule:
+ # - cron: '30 9 * * *' # every day at 3 PM IST (9:30 AM UTC)
+ workflow_dispatch: # allow manual runs
9
10
jobs:
11
renovate:
0 commit comments