From 4362fb4a01f8b8af5d9c3c7329aa062a5b476280 Mon Sep 17 00:00:00 2001 From: woksin Date: Wed, 26 Aug 2026 08:11:26 +0200 Subject: [PATCH] chore: update packages weekly instead of daily Over the last 30 days virtually all of this repository's workflow activity was the daily package update itself plus the CI its push triggers. For a repository with this little day-to-day change, weekly freshness costs one seventh of the runs with no practical loss; manual dispatch remains for an urgent bump. --- .github/workflows/update-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-packages.yml b/.github/workflows/update-packages.yml index 9126bd7..7b637a9 100644 --- a/.github/workflows/update-packages.yml +++ b/.github/workflows/update-packages.yml @@ -2,7 +2,7 @@ name: Update Packages on: schedule: - - cron: '0 6 * * *' + - cron: '0 6 * * 6' workflow_dispatch: jobs: