Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tool] Configure Dependabot to Ignore AGP Plugins #18335

Merged
merged 1 commit into from
Apr 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ updates:
# The Android Gradle Plugin is a dependency that needs to be in sync with other
# in-house libraries due to compatibility with composite build.
- dependency-name: "com.android.tools.build:gradle"
- dependency-name: "com.android.application"
- dependency-name: "com.android.library"
# Bumping 1.2.1 to 1.3.0 causes some issues, fist spotted in Reader. For more details, see
# https://github.com/wordpress-mobile/WordPress-Android/pull/14431
# An update related issue has been created to make sure that this gets the needed attention:
Expand Down