From 6508e94c1d8671f0c503f7e94e2a8aa71ce7130a Mon Sep 17 00:00:00 2001 From: Kyle Sunden Date: Tue, 10 Oct 2023 14:28:49 -0500 Subject: [PATCH] Set autoupdate schedule to monthly --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0277811..52586fa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,5 @@ +ci: + autoupdate_schedule: 'monthly' repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0