From 04696c21386df2ab47a0b65b692059df5c5d66a3 Mon Sep 17 00:00:00 2001 From: woksin Date: Wed, 26 Aug 2026 08:10:52 +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..680d480 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 * * 2' workflow_dispatch: jobs: