codyze icon indicating copy to clipboard operation
codyze copied to clipboard

Combine Future Kotlin Renovate PRs

Open CodingDepot opened this issue 7 months ago • 2 comments

This PR adds a new group to the renovate packageRules that matches the package prefixes org.jetbrains.kotlin:kotlin- and org.jetbrains.kotlin.plugin..

This aims to prevent situations such as with #889 and #890 or also #866 and #867, where two independent PRs are made to update the main Kotlin packages and the serialization plugin, but both PRs contain identical changes anyways.

CodingDepot avatar Jul 22 '24 10:07 CodingDepot