ci: group dependency updates across the example and benchmark - #1626
Draft
mrousavy wants to merge 1 commit into
Draft
ci: group dependency updates across the example and benchmark#1626mrousavy wants to merge 1 commit into
mrousavy wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
mrousavy
force-pushed
the
ci/check-app-version-alignment
branch
from
September 7, 2026 19:01
c41577c to
b7c43d4
Compare
mrousavy
force-pushed
the
ci/group-app-dependency-updates
branch
from
September 7, 2026 19:01
54e9e47 to
a638ad2
Compare
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.
Dependabot currently updates the example app while missing the benchmark and root workspace. Shared versions can drift, as the React Native CLI already did.
Extend the existing React, React Native, CLI and Babel groups across the root and both apps. Add benchmark Gradle coverage and group remaining shared dependencies by name across directories, keeping each dependency's updates together without combining unrelated updates. Add one CocoaPods/Bundler group for both apps' matching Gemfiles.
Stacked on #1584, which aligns the existing CLI mismatch and checks shared app declarations in CI. This PR only changes Dependabot configuration.
Validation: the Dependabot JSON schema, configured directory coverage, toolchain group matching and diff checks pass. Dependabot begins using the configuration once it reaches
main.