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 e8767a3 commit bcd6278Copy full SHA for bcd6278
.github/workflows/dependabot-nudge.yml
@@ -1,8 +1,8 @@
1
name: Weekly Dependabot Nudge
2
on:
3
schedule:
4
- # Run at 9am UTC every Monday
5
- - cron: "0 9 * * 1"
+ # Run at 17 UTC (9-ish am Pacific) every Monday
+ - cron: "0 17 * * 1"
6
workflow_dispatch:
7
jobs:
8
run:
@@ -14,4 +14,4 @@ jobs:
14
github_token: ${{ secrets.DEPENDABOT_NUDGE_GITHUB_TOKEN }}
15
slack_token: ${{ secrets.HOTSPOTS_SLACK_TOKEN }}
16
gh_to_slack_user_map: ${{ secrets.GH_TO_SLACK_USER_MAP }}
17
- debug: false
+ debug: false
0 commit comments