Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/web-infra Please review the changes when you have a chance. Thank you! 🙏 |
📦 Build Size ComparisonSummary
Changes➕ Added Assets (1)
➖ Removed Assets (1)
|
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s Dependabot configuration to automatically apply an auto-merge label (and restore additional standard labels) on Dependabot-created pull requests, to reduce maintainer interaction after the initial review/approval.
Changes:
- Add
auto-mergelabel to Dependabot PRs for bothgithub-actionsandnpmecosystems. - Restore/add additional categorization labels (
dependencies,github_actions,javascript) on Dependabot PRs.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8754 +/- ##
==========================================
+ Coverage 75.27% 75.28% +0.01%
==========================================
Files 105 105
Lines 9242 9242
Branches 326 326
==========================================
+ Hits 6957 6958 +1
+ Misses 2283 2282 -1
Partials 2 2 ☔ View full report in Codecov by Sentry. |
Description
Automatically adds the
auto-mergelabel to all Dependabot-created PRs, so that we only need to approve them in an initial review, and automation will handle landing them with no further interaction needed from maintainers.Also, restores the standard labels applied to Dependabot PRs that we were missing.
Validation
Config valid.
Related Issues
N/A
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.