diff --git a/.github/workflows/dependabot-nudge.yml b/.github/workflows/dependabot-nudge.yml index 23469a6..04f218c 100644 --- a/.github/workflows/dependabot-nudge.yml +++ b/.github/workflows/dependabot-nudge.yml @@ -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: @@ -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 \ No newline at end of file + debug: false