vlsi opened a new pull request, #6703: URL: https://github.com/apache/jmeter/pull/6703
## Summary Follow-up to the GitHub Actions grouping. Adds seven more `packageRules` so Renovate creates one PR per family instead of many. All entries inserted alphabetically by `groupName` to keep future diffs minimal; nothing existing is modified. | group | covers | typical PRs collapsed | |---|---|---| | `com.gradle` | `com.gradle.develocity`, `com.gradle.common-custom-user-data-gradle-plugin` | 2 → 1 | | `commons-* (classic)` | `commons-codec`, `commons-collections`, `commons-io`, `commons-lang`, `commons-logging`, `commons-net` (groupId == artifactId) | up to 6 → 1 | | `org.apache.commons` | `commons-lang3`, `commons-text`, `commons-jexl3`, `commons-pool2`, `commons-dbcp2`, `commons-collections4`, `commons-math3`, ... | up to 7 → 1 | | `org.bouncycastle` | `bcmail-jdk18on`, `bcpkix-jdk18on`, `bcprov-jdk18on` (always share version) | 3 → 1 | | `org.hamcrest` | `hamcrest`, `hamcrest-core`, `hamcrest-library` (always share version) | 3 → 1 | | `org.jetbrains.kotlin` | `org.jetbrains.kotlin.jvm`, `org.jetbrains.kotlin.kapt`, ... (compiler plugins, always share version) | 2 → 1 | | `xalan/xerces` | `xalan:xalan`, `xalan:serializer`, `xerces:xercesImpl` (legacy XML stack) | rarely-updated, but go together | The new `org.jetbrains.kotlin` group intentionally does NOT capture `org.jetbrains.kotlinx:*` (coroutines monorepo) — that already groups via Renovate's `kotlinx-coroutines-monorepo` preset. Independent monorepos (jackson, junit, spring, groovy, etc.) are already covered by Renovate presets and remain untouched. ## Test plan - [x] `renovate.json` is valid JSON - [ ] On next Renovate run, verify that the open rate-limited PRs for `bcmail-jdk18on`, `kotlin.jvm`+`kotlin.kapt`, and the `commons-*` entries collapse into single PRs -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
