From 47d92f7382935d53033f6e8a33dc26998207ccc6 Mon Sep 17 00:00:00 2001 From: BobDotCom <71356958+BobDotCom@users.noreply.github.com> Date: Tue, 15 Nov 2022 10:59:08 -0600 Subject: [PATCH 1/2] ci: remove scope from dependabot prefix --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 29b9fd72dc..a5b317a336 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,8 @@ updates: schedule: interval: "daily" commit-message: - prefix: "chore(deps)" - prefix-development: "chore(deps-dev)" + prefix: "chore" + prefix-development: "chore" include: "scope" - package-ecosystem: "github-actions" directory: "/" From 8b9f118a0c9fc8c40d837b7b4e66e955ce17e67c Mon Sep 17 00:00:00 2001 From: BobDotCom <71356958+BobDotCom@users.noreply.github.com> Date: Tue, 15 Nov 2022 11:10:38 -0600 Subject: [PATCH 2/2] ci: use conventional commits for pre-commit --- .pre-commit-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3085b597a3..6b19817166 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,6 @@ +ci: + autoupdate_commit_msg: "chore(pre-commit): pre-commit autoupdate" + repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.3.0