Skip to content
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
Add com.android.tools.build:gradle to dependabot gradle-plugin group
  • Loading branch information
jmagman committed Aug 18, 2025
commit bdb4fd8a6bf459bd740dd4c81b5578a6e06b6dfc
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ updates:
gradle-plugin:
patterns:
- "org.jetbrains.kotlin:kotlin-gradle-plugin"
- "com.android.tools.build:gradle"
Comment on lines 117 to +120
Copy link
Member Author

Choose a reason for hiding this comment

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

Alternatively I could break it into its own group instead of including with kotlin-gradle-plugin

      kotlin-gradle-plugin:
        patterns:
          - "org.jetbrains.kotlin:kotlin-gradle-plugin"
      gradle-plugin:
        patterns:
          - "com.android.tools.build:gradle"

androidx:
patterns:
- "androidx.annotation:annotation"
Expand Down