From 265f5ce7dde02705c517367ee0608b4ba997c3f5 Mon Sep 17 00:00:00 2001 From: Souma <101255979+5ouma@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:47:27 +0900 Subject: [PATCH] ci(pre-commit): Change pre-commit.ci config (#16) Make commit messages conventional commits, and change the base branch to `dev`. --- .pre-commit-config.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 96989fc..d8a3885 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,12 @@ +ci: + autofix_commit_msg: | + chore(fix): Auto fixes from pre-commit.com hooks + + For more information, see https://pre-commit.ci. + autoupdate_branch: "dev" + autoupdate_commit_msg: | + chore(deps): Bump pre-commit hook + repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0