-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Split dependabot gradle plugin #10454
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request updates the Dependabot configuration in .github/dependabot.yml. The gradle-plugin dependency group is split into two separate groups: kotlin-gradle-plugin and gradle-plugin. This change separates the update patterns for org.jetbrains.kotlin:kotlin-gradle-plugin and com.android.tools.build:gradle, which will result in individual pull requests for each dependency, aiming to reduce merge conflicts.
flutter/packages@ce44ebb...34746bb 2025-11-18 mdebbar@google.com Remove `dart:html` and `drawImageScaled` usages (flutter/packages#10411) 2025-11-18 engine-flutter-autoroll@skia.org Manual roll Flutter from 9b5ad80 to cc14ef5 (143 revisions) (flutter/packages#10455) 2025-11-17 49699333+dependabot[bot]@users.noreply.github.com [dependabot]: Bump the test-dependencies group across 10 directories with 3 updates (flutter/packages#10457) 2025-11-17 49699333+dependabot[bot]@users.noreply.github.com [dependabot]: Bump exoplayer_version from 1.5.1 to 1.8.0 in /packages/video_player/video_player_android/android (flutter/packages#10309) 2025-11-17 magder@google.com Split dependabot gradle plugin (flutter/packages#10454) 2025-11-17 stuartmorgan@google.com [various] Update all packages to Pigeon 26 (flutter/packages#10450) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC flutter-ecosystem@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
…r#178734) flutter/packages@ce44ebb...34746bb 2025-11-18 mdebbar@google.com Remove `dart:html` and `drawImageScaled` usages (flutter/packages#10411) 2025-11-18 engine-flutter-autoroll@skia.org Manual roll Flutter from 9b5ad80 to cc14ef5 (143 revisions) (flutter/packages#10455) 2025-11-17 49699333+dependabot[bot]@users.noreply.github.com [dependabot]: Bump the test-dependencies group across 10 directories with 3 updates (flutter/packages#10457) 2025-11-17 49699333+dependabot[bot]@users.noreply.github.com [dependabot]: Bump exoplayer_version from 1.5.1 to 1.8.0 in /packages/video_player/video_player_android/android (flutter/packages#10309) 2025-11-17 magder@google.com Split dependabot gradle plugin (flutter/packages#10454) 2025-11-17 stuartmorgan@google.com [various] Update all packages to Pigeon 26 (flutter/packages#10450) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC flutter-ecosystem@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
gradle-plugindependabot 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-pluginandgradle-pluginsince, though spiritually they are similar, since sometimes packages will require update togradlebut notkotlin-gradle-plugin.