From c316e2af69d9f5d91637d4ecd2c71192c4d654f5 Mon Sep 17 00:00:00 2001 From: Gideon <87426140+GideonBear@users.noreply.github.com> Date: Fri, 31 Oct 2025 17:00:39 +0100 Subject: [PATCH] chore(pre-commit): Make pre-commit.ci use conventional commits (#1388) --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 030fee2c..39c687f3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,3 +19,7 @@ repos: rev: v1.38.1 hooks: - id: typos + + +ci: + autoupdate_commit_msg: "chore(pre-commit): autoupdate"