diff --git a/.github/workflows/check-outdated-dependencies.yml b/.github/workflows/check-outdated-dependencies.yml index 1d3fe5a7750..82db10ecc2a 100644 --- a/.github/workflows/check-outdated-dependencies.yml +++ b/.github/workflows/check-outdated-dependencies.yml @@ -2,7 +2,7 @@ name: Check dependencies on: schedule: - - cron: '0 0 * * 0' # Run every Sunday + - cron: '0 0 * * TUE' # Run every Tuesday (after dependabot, which runs Monday) jobs: checkDependencies: