#271 ci: use bare types as dependabot commit prefixes - #272
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 10 included reviews per hour; 5 remain after this review. 📝 WalkthroughWalkthroughDependabot commit prefixes now use ChangesDependabot prefix configuration
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This localized configuration change updates Dependabot commit prefixes to the intended format, with no actionable merge-blocking risk remaining beyond normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Closes #271
With a schema-valid config (#266, #268) Dependabot now honours
commit-message, and the old settings doubled the scope:ci(deps)(deps): …(#270) anddeps(cargo)(deps): …— the latter using a type the PR title check does not accept.Prefixes are now bare types (
cifor github-actions,chorefor cargo) withinclude: scopesupplying(deps)/(deps-dev), givingci(deps): …andchore(deps): …. The changelog already groups Dependabot commits by author and matcheschore(deps).Verified locally: the file validates against the official Dependabot 2.0 JSON schema with zero errors; actionlint passes.
Summary by CodeRabbit