diff --git a/.github/workflows/fetch_dependencies.yml b/.github/workflows/fetch_dependencies.yml index f9e1311..76c6f3d 100644 --- a/.github/workflows/fetch_dependencies.yml +++ b/.github/workflows/fetch_dependencies.yml @@ -2,7 +2,7 @@ name: Fetch Dependencies on: schedule: - - cron: '0 0 * * *' # Runs daily + - cron: '0 0 * * 0' # Runs weekly jobs: update-dependencies: