ci: add commit-message prefixes to dependabot config so PR titles pass lint - #168
Conversation
…s lint
pr-title-lint.yml enforces Conventional Commits shape on PR titles, but
Dependabot's default titles ("Bump X from Y to Z") have no type prefix
and fail that check every week. GitHub's commit-message.prefix option
applies to the generated PR title as well as the commit message, so
setting it per ecosystem fixes this at the source.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughDependabot now applies ChangesDependabot commit-message configuration
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to Dependabot-generated uv and GitHub Actions update titles will use chore and ci prefixes respectively, aligning future updates with the repository’s title convention. No current merge-blocking risk remains. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
pr-title-lint.ymlenforces Conventional Commits shape on PR titles, but Dependabot's default titles (e.g. "Bump actions/checkout from 5.1.0 to 7.0.1") have no type prefix, so every dependency-bump PR fails that check.commit-message.prefixoption independabot.ymlalso drives the generated PR title, not just the commit message, so setting it per ecosystem (chorefor theuvgroup,ciforgithub-actions) fixes this at the source going forward.Test plan
lint/typecheck/buildrequired checks pass on this PRchore:/ci:-prefixed titles that passpr-title-lint.ymlwithout manual intervention🤖 Generated with Claude Code
Summary by CodeRabbit