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