From cc6abb53bae6d18be20b17bf2bb816e08a015644 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 25 Dec 2024 14:34:38 +0200 Subject: [PATCH] chore(ci): update pre-commit-autoupdate --- .github/workflows/pre-commit-autoupdate.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index 3692125..7d81d4e 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -2,7 +2,8 @@ name: Pre-commit autoupdate on: schedule: - - cron: "0 0 * * *" + # At 04:00 on Monday and Thursday. + - cron: "0 4 * * 1,4" workflow_dispatch: jobs: auto-update: