From f89ebe98636b44c4b4a702476aa7aa0574268631 Mon Sep 17 00:00:00 2001 From: Jakob Keller <57402305+jakob-keller@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:49:21 +0100 Subject: [PATCH] reduce noisiness of `pre-commit.ci` autoupdates --- .pre-commit-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1e325d75..2bfd1fa7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,7 @@ --- +ci: + autoupdate_schedule: quarterly + repos: - repo: 'https://github.com/pre-commit/pre-commit-hooks' rev: v4.5.0