Skip to content

ci: remove duplicate gradle dependabot entry for /app#32

Merged
kinyoklion merged 1 commit into
mainfrom
devin/1781554590-fix-duplicate-dependabot
Jun 15, 2026
Merged

ci: remove duplicate gradle dependabot entry for /app#32
kinyoklion merged 1 commit into
mainfrom
devin/1781554590-fix-duplicate-dependabot

Conversation

@kinyoklion

Copy link
Copy Markdown
Member

Summary

The dependabot.yml had two gradle ecosystem entries — one for / and one for /app. Since the root / entry scans the entire Gradle project including subprojects, both entries discovered the same launchdarkly-android-client-sdk dependency in app/build.gradle, producing duplicate PRs (#29 and #30) for the same version bump.

Removes the redundant /app entry so only the root-level entry remains.

Link to Devin session: https://app.devin.ai/sessions/abb872ed8f024de08652a0e4bd201f43
Requested by: @kinyoklion

The root-level gradle entry (directory: '/') already scans the entire
Gradle project including subprojects, so the separate '/app' entry
caused duplicate PRs for the same dependency bumps (e.g. #29 and #30).

Co-Authored-By: rlamb@launchdarkly.com <4955475+kinyoklion@users.noreply.github.com>
@devin-ai-integration

Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@kinyoklion kinyoklion marked this pull request as ready for review June 15, 2026 20:26
@kinyoklion kinyoklion requested a review from a team as a code owner June 15, 2026 20:26
@kinyoklion kinyoklion merged commit 053cc57 into main Jun 15, 2026
5 checks passed
@kinyoklion kinyoklion deleted the devin/1781554590-fix-duplicate-dependabot branch June 15, 2026 21:01
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.

2 participants