From 89842e20da954b6dd66c47a5518efe2d2161dace Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Thu, 23 Mar 2023 10:27:01 +0100 Subject: [PATCH] Set pre-commit autoupdate to monthly (#1271) * Set pre-commit autoupdate to quarterly Weekly autoupdate creates a lot of noise * Update .pre-commit-config.yaml Co-authored-by: Christian Clauss --------- Co-authored-by: Christian Clauss --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c02e07a7..5d694620 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,6 +2,7 @@ # Check out the docs at: https://pre-commit.com/ ci: skip: [eslint] + autoupdate_schedule: monthly default_stages: [commit] repos: