From c37decb073dcfa3538f96bf8a9f689ca5b76befd Mon Sep 17 00:00:00 2001 From: salman Date: Tue, 4 Nov 2025 13:43:40 +0000 Subject: [PATCH] update pre-commit cadence (#3245) --- .github/workflows/precommit-autoupdate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/precommit-autoupdate.yml b/.github/workflows/precommit-autoupdate.yml index 10330f955..4c2e59b6b 100644 --- a/.github/workflows/precommit-autoupdate.yml +++ b/.github/workflows/precommit-autoupdate.yml @@ -2,7 +2,7 @@ name: Pre-commit auto-update on: schedule: - - cron: '0 0 * * 0' # Run weekly + - cron: '0 0 1 * *' # Run monthly workflow_dispatch: # Manual kickoff jobs: