fix: add security label to dependabot updates#138
Conversation
Closes #106 Co-authored-by: don-petry <don-petry@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdded Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related issues
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds the required security label to Dependabot updates to comply with the repository’s dependabot-policy standard (closes #106).
Changes:
- Add
labels: ['security']to thenpmDependabot update config - Add
labels: ['security']to thegithub-actionsDependabot update config
|
All CI checks are green. @don-petry — no CODEOWNERS file found in this repo, so tagging you directly to review and merge. |
|



Summary
securitylabel to bothnpmandgithub-actionsDependabot update configurationsDetail
The Dependabot config was missing the required
securitylabel on updates, as required by the dependabot-policy standard.Closes #106
Generated with Claude Code
Summary by CodeRabbit