From de3c1f7798245bbdbdb50eee58d6ad2c7754f2ac Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Fri, 10 Dec 2021 13:41:48 +0000 Subject: [PATCH] Turn pre-commit autoupdate down weekly->monthly --- .pre-commit-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7391f3ab9..279d43567 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,3 +9,6 @@ repos: rev: "0.39" hooks: - id: check-manifest + +ci: + autoupdate_schedule: monthly