chore: group more dependencies in Renovate (commons, bouncycastle, hamcrest, kotlin, ...)#6703
Merged
Merged
Conversation
Adds packageRules grouping for: - com.gradle.* — Develocity + common-custom-user-data - commons-* (classic) — commons-codec/io/net/collections/logging/lang - org.apache.commons:* — commons-lang3/text/jexl3/pool2/dbcp2/... - org.bouncycastle:* — bcmail/bcpkix/bcprov (always share version) - org.hamcrest:* — hamcrest, hamcrest-core, hamcrest-library - org.jetbrains.kotlin:* — kotlin.jvm, kotlin.kapt (always share version) - xalan/xerces — legacy Apache XML stack Each group is inserted alphabetically by groupName to minimize future diffs. Independent monorepos (jackson, kotlinx-coroutines, junit, etc.) already group via Renovate presets and are not touched.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to the GitHub Actions grouping. Adds seven more
packageRulesso Renovate creates one PR per family instead of many. All entries inserted alphabetically bygroupNameto keep future diffs minimal; nothing existing is modified.com.gradlecom.gradle.develocity,com.gradle.common-custom-user-data-gradle-plugincommons-* (classic)commons-codec,commons-collections,commons-io,commons-lang,commons-logging,commons-net(groupId == artifactId)org.apache.commonscommons-lang3,commons-text,commons-jexl3,commons-pool2,commons-dbcp2,commons-collections4,commons-math3, ...org.bouncycastlebcmail-jdk18on,bcpkix-jdk18on,bcprov-jdk18on(always share version)org.hamcresthamcrest,hamcrest-core,hamcrest-library(always share version)org.jetbrains.kotlinorg.jetbrains.kotlin.jvm,org.jetbrains.kotlin.kapt, ... (compiler plugins, always share version)xalan/xercesxalan:xalan,xalan:serializer,xerces:xercesImpl(legacy XML stack)The new
org.jetbrains.kotlingroup intentionally does NOT captureorg.jetbrains.kotlinx:*(coroutines monorepo) — that already groups via Renovate'skotlinx-coroutines-monorepopreset.Independent monorepos (jackson, junit, spring, groovy, etc.) are already covered by Renovate presets and remain untouched.
Test plan
renovate.jsonis valid JSONbcmail-jdk18on,kotlin.jvm+kotlin.kapt, and thecommons-*entries collapse into single PRs