Skip to content

Configure Dependabot grouping for npm and GitHub Actions#31

Merged
bartveneman merged 1 commit intomainfrom
claude/organize-dependabot-groups-iB6Rk
Mar 18, 2026
Merged

Configure Dependabot grouping for npm and GitHub Actions#31
bartveneman merged 1 commit intomainfrom
claude/organize-dependabot-groups-iB6Rk

Conversation

@bartveneman
Copy link
Member

Summary

This PR configures Dependabot to group dependency updates by category, reducing the number of pull requests created during automated dependency updates.

Key Changes

  • npm packages: Added grouping configuration to organize updates into two groups:
    • vite: Groups Vite and related packages (vite, vite-*, @vitejs/*)
    • oxc: Groups Oxc tooling packages (oxlint, oxfmt)
  • GitHub Actions: Added grouping configuration to consolidate all GitHub Actions updates into a single group

Details

These grouping rules will cause Dependabot to batch related dependency updates together, resulting in fewer but more organized pull requests. This improves the review workflow by grouping logically related dependencies while keeping different tool ecosystems separate.

https://claude.ai/code/session_01ULH6tF5eq1u4VW4KKA1UJh

- Group vite-related npm packages under a 'vite' group
- Group oxlint and oxfmt under an 'oxc' group
- Group all GitHub Actions updates into a single 'github-actions' group

https://claude.ai/code/session_01ULH6tF5eq1u4VW4KKA1UJh
@bartveneman bartveneman marked this pull request as ready for review March 18, 2026 11:25
@codecov-commenter
Copy link

Bundle Report

Bundle size has no change ✅

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (3a3e506) to head (3a9f16a).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #31   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           47        47           
=========================================
  Hits            47        47           

☔ 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.

@bartveneman bartveneman merged commit 6ea0d7a into main Mar 18, 2026
4 of 5 checks passed
@bartveneman bartveneman deleted the claude/organize-dependabot-groups-iB6Rk branch March 18, 2026 11:29
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