DEVX-165: Accept deps: as valid conventional commit type #312

Merged
kireto merged 1 commits from DEVX-165-accept-deps-commit-type into master 2026-08-26 18:04:00 +00:00
Owner

Summary

The commit validator rejects deps: as a conventional commit type, causing post-merge CI failures on grm and sso-bridge repos where automated dependency bump PRs use deps: bump devx... as the commit message.

Fix

  • Add deps to CONVENTIONAL_RE in src/devx/config.py
  • Update the allowed types list in the error message in validate_commit_msg.py
  • Add test coverage for deps: type

Closes DEVX-165

## Summary The commit validator rejects `deps:` as a conventional commit type, causing post-merge CI failures on grm and sso-bridge repos where automated dependency bump PRs use `deps: bump devx...` as the commit message. ### Fix - Add `deps` to `CONVENTIONAL_RE` in `src/devx/config.py` - Update the allowed types list in the error message in `validate_commit_msg.py` - Add test coverage for `deps:` type Closes DEVX-165
emil added 1 commit 2026-08-26 18:02:24 +00:00
fix: accept deps: as valid conventional commit type
CI / validate (pull_request) Successful in 1m14s
CI / auto-merge (pull_request) Successful in 19s
2c035046b4
Automated dependency bump PRs use `deps: bump devx...` as the commit
message, but the validator rejected `deps:` as it wasn't in the allowed
types list. This caused post-merge CI failures on grm and sso-bridge.

Implements: DEVX-165

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
emil force-pushed DEVX-165-accept-deps-commit-type from b2310dc426 to 2c035046b4 2026-08-26 18:02:24 +00:00 Compare
kireto approved these changes 2026-08-26 18:03:52 +00:00
kireto left a comment
Member

Auto-approved: all CI checks passed (validate job).

Auto-approved: all CI checks passed (validate job).
kireto merged commit e96f63cb40 into master 2026-08-26 18:04:00 +00:00
kireto deleted branch DEVX-165-accept-deps-commit-type 2026-08-26 18:04:01 +00:00
Sign in to join this conversation.