From 85d681aa93fa42d18de3dd77ccdd94bc64b9ddb1 Mon Sep 17 00:00:00 2001 From: Murilo Dal Ri Date: Mon, 13 Nov 2023 10:43:44 +0000 Subject: [PATCH] Update merge-dependabot-prs.yml Change schedule to run auto-merger at 9:30am before teams start working through their Dependapanda notifications. --- .github/workflows/merge-dependabot-prs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge-dependabot-prs.yml b/.github/workflows/merge-dependabot-prs.yml index 06c3550..4bbc1dc 100644 --- a/.github/workflows/merge-dependabot-prs.yml +++ b/.github/workflows/merge-dependabot-prs.yml @@ -2,8 +2,8 @@ name: "Merge Dependabot PRs" on: schedule: - # 10:30am, Mon-Fri. There is also logic within the script to prevent running on bank holidays. - - cron: '30 10 * * 1-5' + # 9:30am, Mon-Fri. There is also logic within the script to prevent running on bank holidays. + - cron: '30 9 * * 1-5' workflow_dispatch: {} jobs: