Skip to content

chore(dependabot): drop redundant /app gradle entry — root '/' covers it - #238

Merged
itsdestin merged 1 commit into
masterfrom
chore/dependabot-gradle-dedup
Jul 23, 2026
Merged

chore(dependabot): drop redundant /app gradle entry — root '/' covers it#238
itsdestin merged 1 commit into
masterfrom
chore/dependabot-gradle-dedup

Conversation

@itsdestin

Copy link
Copy Markdown
Owner

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 /app entry re-scanned the same app/build.gradle.kts. Proof: #235 and #222 both bump mockwebserver in the same file. This removes /app and 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

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>
@itsdestin
itsdestin merged commit 56e5916 into master Jul 23, 2026
4 checks passed
@itsdestin
itsdestin deleted the chore/dependabot-gradle-dedup branch July 23, 2026 20:07
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.

1 participant