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: