Skip to content

Commit b5f0514

Browse files
chore(deps): bump commit-check from 0.5.4 to 0.5.6 (#19)
* 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](commit-check/commit-check@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] <support@github.com> * chore: support branch start with dependabot --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: shenxianpeng <xianpeng.shen@gmail.com>
1 parent a7d7e72 commit b5f0514

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.commit-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ checks:
1010
suggest: git commit --amend --no-verify
1111

1212
- check: branch
13-
regex: ^(bugfix|feature|release|hotfix|task)\/.+|(master)|(main)|(HEAD)|(PR-.+)
13+
regex: ^(bugfix|feature|release|hotfix|task|dependabot)\/.+|(master)|(main)|(HEAD)|(PR-.+)
1414
error: "Branches must begin with these types: bugfix/ feature/ release/ hotfix/ task/"
1515
suggest: git checkout -b type/branch_name
1616

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Install commit-check CLI
22
# For details please see: https://github.com/commit-check/commit-check
3-
commit-check==0.5.4
3+
commit-check==0.5.6

0 commit comments

Comments
 (0)