Add Dependabot version updates (weekly, grouped)#5
Conversation
Weekly, grouped version-update PRs for the npm and github-actions ecosystems to keep dependencies current with minimal PR noise. Security alerts and automated security fixes are enabled separately in the repo settings. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR adds a ChangesDependency Automation Setup
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
🚥 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
Adds a Dependabot configuration to automate routine dependency version bumps while keeping update noise low via weekly scheduling and grouping.
Changes:
- Introduces
.github/dependabot.ymlfor weekly npm dependency updates, grouped into a single PR. - Adds weekly GitHub Actions update configuration (grouped) to support future workflow additions.
- Applies consistent labels and commit-message prefixes for Dependabot PRs.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Adds
.github/dependabot.ymlfor version updates, configured to minimize noise:open-pull-requests-limit: 5)dependencies) and tidy commit prefixes (deps,deps-dev,ci)Note: Dependabot alerts and automated security fixes are enabled separately in repo settings — this file only controls routine version bumps.
🤖 Generated with Claude Code
Summary by CodeRabbit