From d4ec1e98568f0c1ec97853e27f70c5a3732f10ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Thu, 19 Sep 2024 01:26:36 -0700 Subject: [PATCH] MAINT: only doing monthly pre-commit update (#627) --- .pre-commit-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b6021404..760adcd8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,6 +9,9 @@ exclude: > tests/.*\.txt )$ +ci: + autoupdate_schedule: 'monthly' + repos: - repo: https://github.com/pre-commit/pre-commit-hooks