From b118ff598211a07982e0112a31f0cd59882041f8 Mon Sep 17 00:00:00 2001 From: Johannes HAMPP <42553970+euronion@users.noreply.github.com> Date: Tue, 6 May 2025 10:02:30 +0200 Subject: [PATCH] code: Set pre-commit autoupdate to quaterly schedule --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 77f9e863..1b759d09 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: CC0-1.0 ci: - autoupdate_schedule: monthly + autoupdate_schedule: quarterly repos: - repo: https://github.com/pre-commit/pre-commit-hooks