Skip to content

Commit bcd6278

Browse files
committed
dependabot-nudge.yml: sync to pacific time
1 parent e8767a3 commit bcd6278

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dependabot-nudge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Weekly Dependabot Nudge
22
on:
33
schedule:
4-
# Run at 9am UTC every Monday
5-
- cron: "0 9 * * 1"
4+
# Run at 17 UTC (9-ish am Pacific) every Monday
5+
- cron: "0 17 * * 1"
66
workflow_dispatch:
77
jobs:
88
run:
@@ -14,4 +14,4 @@ jobs:
1414
github_token: ${{ secrets.DEPENDABOT_NUDGE_GITHUB_TOKEN }}
1515
slack_token: ${{ secrets.HOTSPOTS_SLACK_TOKEN }}
1616
gh_to_slack_user_map: ${{ secrets.GH_TO_SLACK_USER_MAP }}
17-
debug: false
17+
debug: false

0 commit comments

Comments
 (0)