From cb15ff180ee1aa61c0283823210df4bc6dc76468 Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Wed, 30 Jul 2025 08:46:00 +0200 Subject: [PATCH] [CI] Make pre-commit dependencies update weekly --- .github/workflows/update-pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-pre-commit.yml b/.github/workflows/update-pre-commit.yml index 76f5ee15b..2d9bc6bf6 100644 --- a/.github/workflows/update-pre-commit.yml +++ b/.github/workflows/update-pre-commit.yml @@ -2,7 +2,7 @@ name: Update pre-commit hooks on: schedule: - - cron: '0 0 * * *' + - cron: '0 0 * * 5' workflow_dispatch: permissions: