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 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