Add Dependabot configuration for dependency updates - #722
Conversation
Configure Dependabot for npm and GitHub Actions updates.
|
|
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)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughAdds a Dependabot configuration at the repository root that schedules weekly automated dependency updates for npm and GitHub Actions, limits concurrent open PRs (npm: 10, actions: 5), and standardizes commit-message prefixes and inclusion of scope. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 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)
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 |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In @.github/dependabot.yml:
- Around line 9-12: Remove the invalid dependabot option `prefix-scope` from the
`commit-message` block: in the `commit-message` configuration where `prefix:
"chore"` and `include: "scope"` are set, delete the `prefix-scope: "deps"` line
(the `prefix-scope` key is not supported); keep `prefix` and `include` so
Dependabot will produce commit messages like `chore(deps): ...` and
`chore(deps-dev): ...`.
- Around line 20-23: Remove the invalid "prefix-scope" option from the
dependabot configuration: in the commit-message block drop the "prefix-scope:
\"deps\"" line and keep only supported keys (e.g., "prefix: \"ci\"" and
"include: \"scope\""); if you intended a different behavior consider using
"prefix-development" or adjusting "prefix" instead, but do not use
"prefix-scope" in the commit-message section.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 2cf086bb-d3ce-4455-b7d6-556b001a8a80
📒 Files selected for processing (1)
.github/dependabot.yml
Configure Dependabot for npm and GitHub Actions updates.
Summary by CodeRabbit