Skip to content

fix(commitlint): add deps and ci types for dependabot compatibility#15

Merged
openhoat merged 1 commit intomainfrom
fix/commitlint-dependabot
Mar 2, 2026
Merged

fix(commitlint): add deps and ci types for dependabot compatibility#15
openhoat merged 1 commit intomainfrom
fix/commitlint-dependabot

Conversation

@openhoat
Copy link
Copy Markdown
Owner

@openhoat openhoat commented Mar 2, 2026

Summary

  • Add deps commit type for dependency updates (used by dependabot)
  • Add ci commit type for CI/CD configuration and GitHub Actions updates

This fixes commitlint validation failures when dependabot creates pull requests with commits like:

  • deps: bump the minor-and-patch group with 16 updates
  • ci: bump actions/upload-artifact from 4 to 6

Test plan

  • Verified commitlint configuration is valid
  • Confirmed npm run validate passes

Add 'deps' and 'ci' commit types to the allowed type-enum in commitlint
configuration. These types are used by dependabot for dependency updates
and GitHub Actions updates.

Dependabot commits:
- deps: bump the minor-and-patch group with 16 updates
- ci: bump actions/upload-artifact from 4 to 6
- ci: bump codecov/codecov-action from 4 to 5
@openhoat openhoat merged commit 5af2d65 into main Mar 2, 2026
@openhoat openhoat deleted the fix/commitlint-dependabot branch March 2, 2026 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant