Skip to content

Commit b61a72d

Browse files
authored
Split dependabot gradle plugin (#10454)
`gradle-plugin` dependabot PRs touch so many plugins, by the time testing is done for the entire PR, _one_ of them will inevitably have a CHANGELOG conflict. Example: #10264 Split dependabot group into two: `kotlin-gradle-plugin` and `gradle-plugin` since, though spiritually they are similar, since sometimes packages will require update to `gradle` but not `kotlin-gradle-plugin`.
1 parent 18b9cc5 commit b61a72d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,11 @@ updates:
115115
- "junit:junit"
116116
- "org.mockito:*"
117117
- "org.robolectric:*"
118-
gradle-plugin:
118+
kotlin-gradle-plugin:
119119
patterns:
120120
- "org.jetbrains.kotlin:kotlin-gradle-plugin"
121+
gradle-plugin:
122+
patterns:
121123
- "com.android.tools.build:gradle"
122124
androidx:
123125
patterns:

0 commit comments

Comments
 (0)