#268 ci: use a valid pull-request-branch-name separator in dependabot config - #269
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; 6 remain after this review. 📝 WalkthroughWalkthroughThe Dependabot configuration changes the Cargo and GitHub Actions branch-name separator from ChangesDependabot configuration
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This localized configuration change makes the Dependabot branch separator schema-valid while preserving existing branch naming, so no actionable merge-blocking risk remains after 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 #268
The Dependabot config check still failed after #267:
"/-"was never a valid separator; Dependabot fell back to the default/, which is what existing branches already use. Setting/explicitly keeps branch naming unchanged and makes the file schema-valid.Verified locally: the whole file validates against the official Dependabot 2.0 JSON schema with zero errors; zizmor and actionlint unchanged.
Summary by CodeRabbit