wrapper-upgrade-gradle-plugin
wrapper-upgrade-gradle-plugin copied to clipboard
Wrapper upgrades for the same repository should be batched in the same PR
Currently, when more than one Wrapper upgrade is performed for the same repository, there will be an equal number of PRs created for that repository.
For example: https://github.com/gradle/develocity-build-config-samples/pulls?q=is%3Apr+is%3Aclosed+%22Bump+Gradle+Wrapper+from+8.6+to+8.7%22
It would be nice if the plugin would batch all upgrades for the same repository and only create a single PR per repository.