From 35cd3715a951d5daa2b5cec89fd5dc7dbf5bdbdc Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Sat, 1 Feb 2025 15:46:55 +0000 Subject: [PATCH] Reduce frequency of updating `pre-commit` configuration from weekly to monthly --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 82c9dd17..bbbebc2b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,3 +19,4 @@ ci: # Don't run automatically on PRs, instead add the comment # "pre-commit.ci autofix" on a pull request to manually trigger auto-fixing autofix_prs: false + autoupdate_schedule: monthly