chore(dependabot): drop redundant /app gradle entry — root '/' covers it - #238
Merged
Conversation
The first Dependabot run showed every app dependency opening TWICE: the root '/' gradle entry resolves the whole multi-project build (root plugins + app libraries via settings.gradle), and the separate '/app' entry re-scanned the same app/build.gradle.kts. Proof: #235 and #222 both bump mockwebserver in the same file. Remove '/app'; keep the single root entry (renamed group gradle-root-minor-patch -> gradle-minor-patch since it now covers the whole build). terminal-emulator-vendored/ was not reached by root resolution and stays excluded as intended. Anticipated in design spec section 6. Co-Authored-By: Claude Opus 4.8 <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.
The first Dependabot run duplicated every app dependency into two PRs: the root
/gradle entry resolves the whole multi-project build (root plugins + app libraries via settings.gradle), and the separate/appentry re-scanned the sameapp/build.gradle.kts. Proof: #235 and #222 both bumpmockwebserverin the same file. This removes/appand keeps the single root entry.terminal-emulator-vendored/was not reached by root resolution and stays excluded. Anticipated in design spec §6.Once merged, the duplicate app PRs close on Dependabot's next re-evaluation.
🤖 Generated with Claude Code