feat: configure Dependabot to group dependency updates#1210
Open
feat: configure Dependabot to group dependency updates#1210
Conversation
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>
This was referenced Apr 9, 2026
chore(deps): bump fast-xml-parser from 4.5.4 to 4.5.6 in /examples/AnalyticsReactNativeExample
#1207
Closed
Closed
Closed
Closed
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add Dependabot configuration to group related dependency updates into single PRs instead of creating 25+ individual PRs for each dependency.
Problem
Currently we have 25 open Dependabot PRs, each for a single dependency update. This creates:
Solution
Configure Dependabot with grouped updates:
Grouping strategy:
Benefits
Impact
Existing PRs: The 25 open Dependabot PRs will remain open. Once this config is merged:
Next Dependabot run: Will create ~6-8 grouped PRs instead of individual ones.
References
🤖 Generated with Claude Code