From 40b6f187a6c76c9c62bb6e8a894e81bc1cbed4c5 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Mon, 18 Sep 2023 21:45:34 +0200 Subject: [PATCH] Run `precommit-auto-update` once a month. --- .github/workflows/pre-commit-autoupdate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index 924f4c0..40d8c97 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -1,9 +1,9 @@ name: Pre-commit auto-update on: - # every day at midnight + # every month schedule: - - cron: "0 0 * * *" + - cron: "0 0 1 * *" # on demand workflow_dispatch: