From e3d20cfab8511901f5f5a47e0132b4bdc82065f2 Mon Sep 17 00:00:00 2001 From: Lukas Trippe Date: Tue, 29 Apr 2025 09:57:25 +0200 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 01ab9b63..f4a020b9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,6 +3,9 @@ # SPDX-License-Identifier: GPL-3.0-only exclude: "^LICENSES" +ci: + autoupdate_schedule: monthly + repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0