From e975f3c23bd859fbd39787b92dd9ec001a5988cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20L=C3=A4hnemann?= Date: Mon, 3 Feb 2025 11:02:08 +0100 Subject: [PATCH] Reduce frequency of updating `pre-commit` configuration from weekly to monthly --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index da8341daf..617a1d001 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,4 +11,5 @@ repos: 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 \ No newline at end of file + autofix_prs: false + autoupdate_schedule: monthly