From 9d7d3221f8bea6bcdce9c1bb4237585a5cf332c6 Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Sat, 9 May 2020 19:59:32 -0700 Subject: [PATCH] chore(updates): change cron to 0 21 * * 7 --- .github/workflows/update_dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_dependencies.yml b/.github/workflows/update_dependencies.yml index 83571ac0..89fb00d6 100644 --- a/.github/workflows/update_dependencies.yml +++ b/.github/workflows/update_dependencies.yml @@ -2,7 +2,7 @@ name: Weekly Dependency Bumps on: schedule: - - cron: '18 22 * * 6' + - cron: '0 21 * * 7' jobs: upgrade-dependencies: