Skip to content

Commit

Permalink
dependabot-nudge.yml: sync to pacific time
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Nov 15, 2024
1 parent e8767a3 commit bcd6278
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dependabot-nudge.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Weekly Dependabot Nudge
on:
schedule:
# Run at 9am UTC every Monday
- cron: "0 9 * * 1"
# Run at 17 UTC (9-ish am Pacific) every Monday
- cron: "0 17 * * 1"
workflow_dispatch:
jobs:
run:
Expand All @@ -14,4 +14,4 @@ jobs:
github_token: ${{ secrets.DEPENDABOT_NUDGE_GITHUB_TOKEN }}
slack_token: ${{ secrets.HOTSPOTS_SLACK_TOKEN }}
gh_to_slack_user_map: ${{ secrets.GH_TO_SLACK_USER_MAP }}
debug: false
debug: false

0 comments on commit bcd6278

Please sign in to comment.