From e615988d34c4803bba6b11223ded0438d2bb4dd7 Mon Sep 17 00:00:00 2001 From: Nick Snyder Date: Tue, 21 Jul 2026 15:40:19 -0400 Subject: [PATCH 1/2] Default cron to weekday mornings ET --- .github/workflows/dependabot-automerge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-automerge.md b/.github/workflows/dependabot-automerge.md index 60a5ea2..9d69b5b 100644 --- a/.github/workflows/dependabot-automerge.md +++ b/.github/workflows/dependabot-automerge.md @@ -33,7 +33,7 @@ on: types: [completed] branches: ["dependabot/**"] schedule: - - cron: "0 7 * * *" + - cron: "0 14 * * 1-5" # 14:00 UTC weekdays (9am EST / 10am EDT) workflow_dispatch: permissions: contents: write From 10ddd76fa815b5de82a8ffb5a996b055969f2b42 Mon Sep 17 00:00:00 2001 From: Nick Snyder Date: Tue, 21 Jul 2026 13:26:54 -0700 Subject: [PATCH 2/2] Update Dependabot cron schedule to 13:00 UTC Changed the cron schedule for Dependabot to run at 13:00 UTC. --- .github/workflows/dependabot-automerge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-automerge.md b/.github/workflows/dependabot-automerge.md index 9d69b5b..af3f1ac 100644 --- a/.github/workflows/dependabot-automerge.md +++ b/.github/workflows/dependabot-automerge.md @@ -33,7 +33,7 @@ on: types: [completed] branches: ["dependabot/**"] schedule: - - cron: "0 14 * * 1-5" # 14:00 UTC weekdays (9am EST / 10am EDT) + - cron: "0 13 * * *" # 13:00 UTC (8am EST / 9am EDT) workflow_dispatch: permissions: contents: write