9999 fi
100100
101101 # Define conventional commit regex
102- conv_regexp='^(feat|fix|docs|style|refactor|perf|test|build|ci|chore|revert)(\([a-z0-9-]+\))?: .+'
102+ conv_regexp='^(feat|fix|docs|style|refactor|perf|test|build|ci|chore|revert|deps )(\([a-z0-9-]+\))?: .+'
103103
104104 # Validate commits
105105 gitlint_failed=()
@@ -156,7 +156,7 @@ spec:
156156 echo ""
157157 echo "ERROR: Conventional commit format failed for commits: ${conventional_failed[*]}"
158158 echo "Expected format: type(scope): description"
159- echo "Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert"
159+ echo "Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert, deps "
160160 echo "See: https://www.conventionalcommits.org/en/v1.0.0/#summary"
161161 exit_code=1
162162 fi
@@ -165,7 +165,7 @@ spec:
165165 echo ""
166166 echo "ERROR: Pull request title validation failed"
167167 echo "Expected format: type(scope): description"
168- echo "Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert"
168+ echo "Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert, deps "
169169 exit_code=1
170170 fi
171171
0 commit comments