Skip to content

Configure Dependabot dependency grouping for npm packages#181

Merged
bartveneman merged 1 commit intomainfrom
claude/update-dependabot-groups-NdkVj
Mar 15, 2026
Merged

Configure Dependabot dependency grouping for npm packages#181
bartveneman merged 1 commit intomainfrom
claude/update-dependabot-groups-NdkVj

Conversation

@bartveneman
Copy link
Member

Summary

This change configures Dependabot to group related npm package updates together, reducing the number of separate pull requests created for dependency updates.

Key Changes

  • Added dependency grouping configuration to .github/dependabot.yml for npm packages
  • Created vite group to bundle Vitest-related dependencies:
    • @vitest/coverage-v8
    • vitest
  • Created oxc group to bundle code quality tool dependencies:
    • oxlint
    • oxfmt

Implementation Details

The grouping configuration allows Dependabot to create single pull requests when multiple related dependencies in the same group have updates available, rather than creating separate PRs for each dependency. This improves maintainability by reducing notification noise and making it easier to review and merge related dependency updates together.

https://claude.ai/code/session_01S8KiVnoN9oguf5m2c9Kj7g

@bartveneman bartveneman merged commit f7f3e88 into main Mar 15, 2026
4 of 5 checks passed
@bartveneman bartveneman deleted the claude/update-dependabot-groups-NdkVj branch March 15, 2026 10:32
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.22%. Comparing base (7480e21) to head (815189d).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #181   +/-   ##
=======================================
  Coverage   95.22%   95.22%           
=======================================
  Files          16       16           
  Lines        2869     2869           
  Branches      803      803           
=======================================
  Hits         2732     2732           
  Misses        137      137           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@codecov-commenter
Copy link

Bundle Report

Bundle size has no change ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants