Skip to content

feat: configure Dependabot to group dependency updates#1210

Open
abueide wants to merge 2 commits intomasterfrom
feat/dependabot-grouped-updates
Open

feat: configure Dependabot to group dependency updates#1210
abueide wants to merge 2 commits intomasterfrom
feat/dependabot-grouped-updates

Conversation

@abueide
Copy link
Copy Markdown
Contributor

@abueide abueide commented Apr 9, 2026

Summary

Configure Dependabot to group dependency updates into ~6-8 PRs instead of 25+ individual PRs.

Changes

  • Add .github/dependabot.yml with grouped update configuration
  • Group dependencies by workspace: root (prod/dev), examples, E2E apps, CLI
  • Set weekly schedule for all dependency groups
  • Separate prod vs dev dependencies in root workspace

Why

Currently have 25 open Dependabot PRs, each for a single dependency. This creates PR noise, tedious reviews, more CI runs, and merge conflicts.


🤖 Generated with Claude Code

Add Dependabot configuration to group related dependency updates into
single PRs instead of creating individual PRs for each dependency.

Grouping strategy:
- Root workspace: prod vs dev dependencies
- Example apps: all dependencies grouped per app
- E2E apps: all dependencies grouped per app
- Ruby/Bundler: all gems grouped per app

Benefits:
- Reduces PR noise (25 individual PRs → ~6-8 grouped PRs)
- Easier to review and merge related updates together
- Fewer CI runs and merge conflicts
- Weekly schedule instead of immediate updates

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@abueide abueide enabled auto-merge (squash) April 9, 2026 16:53
This was referenced Apr 9, 2026
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@abueide abueide added review-needed enhancement New feature or request labels Apr 9, 2026
@abueide abueide added chore Maintenance tasks, dependency updates, tooling feature New feature or functionality needs-review Ready for review and removed enhancement New feature or request chore Maintenance tasks, dependency updates, tooling review-needed labels Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or functionality needs-review Ready for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant