Skip to content

[Dependabot] Cover /src/proguard-android in gradle updates#11710

Open
jonathanpeppers wants to merge 1 commit into
mainfrom
jonathanpeppers-stunning-meme
Open

[Dependabot] Cover /src/proguard-android in gradle updates#11710
jonathanpeppers wants to merge 1 commit into
mainfrom
jonathanpeppers-stunning-meme

Conversation

@jonathanpeppers

Copy link
Copy Markdown
Member

Dependabot wasn't opening PRs to update the com.android.application Gradle plugin (pinned at 8.7.0 in src/proguard-android/build.gradle) because that directory wasn't listed in .github/dependabot.yml. The gradle ecosystem doesn't auto-discover build.gradle files; each directory has to be enumerated.

This adds /src/proguard-android to the gradle coverage and consolidates the three previously separate gradle entries into a single block using the directories: (plural) key. Dependabot still opens one PR per (directory, dependency) pair -- this is not batching, just config consolidation.

Test fixtures under tests/CodeGen-Binding/.../JavaLib/build.gradle are intentionally left out; they pin old versions on purpose for binding tests.

  • Useful description of why the change is necessary.
  • Links to issues fixed
  • Unit tests (N/A -- config-only change)

The proguard-android build.gradle pins com.android.application at 8.7.0
but wasn't listed in .github/dependabot.yml, so Dependabot never opened
PRs for it. Consolidate the three gradle entries into a single block
using the 'directories' (plural) key.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 22, 2026 19:42

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository’s Dependabot configuration so Gradle dependencies under src/proguard-android/ are included in weekly update checks, ensuring Android Gradle Plugin pins in that directory can be updated automatically.

Changes:

  • Add /src/proguard-android to the Gradle Dependabot coverage.
  • Consolidate multiple Gradle update entries into a single package-ecosystem: "gradle" block using directories:.

@jonathanpeppers jonathanpeppers added the ready-to-review This PR is ready to review/merge, I think any CI failures are just flaky (ignorable). label Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-to-review This PR is ready to review/merge, I think any CI failures are just flaky (ignorable).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants