From c8b5474408af2a76703cfb336cd438f7f969f8f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 08:52:53 +0000 Subject: [PATCH 1/2] chore(deps): bump commit-check from 0.5.4 to 0.5.6 Bumps [commit-check](https://github.com/commit-check/commit-check) from 0.5.4 to 0.5.6. - [Release notes](https://github.com/commit-check/commit-check/releases) - [Commits](https://github.com/commit-check/commit-check/compare/v0.5.4...v0.5.6) --- updated-dependencies: - dependency-name: commit-check dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c67149..be65bd7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ # Install commit-check CLI # For details please see: https://github.com/commit-check/commit-check -commit-check==0.5.4 +commit-check==0.5.6 From 456faec04d0d35ade6efec5513c346a7cb43e39b Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Fri, 14 Apr 2023 10:01:43 +0000 Subject: [PATCH 2/2] chore: support branch start with dependabot --- .commit-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.commit-check.yml b/.commit-check.yml index 008e02e..bfabe35 100644 --- a/.commit-check.yml +++ b/.commit-check.yml @@ -10,7 +10,7 @@ checks: suggest: git commit --amend --no-verify - check: branch - regex: ^(bugfix|feature|release|hotfix|task)\/.+|(master)|(main)|(HEAD)|(PR-.+) + regex: ^(bugfix|feature|release|hotfix|task|dependabot)\/.+|(master)|(main)|(HEAD)|(PR-.+) error: "Branches must begin with these types: bugfix/ feature/ release/ hotfix/ task/" suggest: git checkout -b type/branch_name