This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d1979b146 chore: group certain packages in Renovate PRs
0d1979b146 is described below

commit 0d1979b14634b74d71df8b6feb12c9e72d802040
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Thu Apr 27 18:31:36 2023 +0300

    chore: group certain packages in Renovate PRs
---
 renovate.json | 43 ++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 42 insertions(+), 1 deletion(-)

diff --git a/renovate.json b/renovate.json
index 93b423b877..ee93eef621 100644
--- a/renovate.json
+++ b/renovate.json
@@ -6,16 +6,57 @@
   "labels": ["dependencies"],
   "schedule": ["every 3 weeks on Monday"],
   "packageRules": [
+    {
+      "matchPackagePrefixes": ["com.fasterxml.jackson.core"],
+      "groupName": "com.fasterxml.jackson.core"
+    },
     {
       "matchPackagePrefixes": ["com.github.vlsi"],
       "groupName": "com.github.vlsi"
     },
+    {
+      "matchPackagePrefixes": ["com.github.weisj"],
+      "groupName": "com.github.weisj"
+    },
+    {
+      "matchPackagePrefixes": ["com.helger"],
+      "groupName": "com.helger"
+    },
+    {
+      "matchPackagePrefixes": ["com.miglayout"],
+      "groupName": "com.miglayout"
+    },
     {
       "matchPackagePrefixes": ["org.apache.activemq"],
       "groupName": "org.apache.activemq"
     },
     {
-      "matchPackagePatterns": ["^src:protocol:"],
+      "matchPackagePrefixes": ["org.apache.httpcomponents"],
+      "groupName": "org.apache.httpcomponents"
+    },
+    {
+      "matchPackagePrefixes": ["org.apache.logging.log4j"],
+      "groupName": "org.apache.logging.log4j"
+    },
+    {
+      "matchPackagePrefixes": ["org.apache.tika"],
+      "groupName": "org.apache.tika"
+    },
+    {
+      "matchPackagePrefixes": ["org.checkerframework"],
+      "groupName": "org.checkerframework"
+    },
+    {
+      "matchPackagePrefixes": ["org.jodd"],
+      "groupName": "org.jodd"
+    },
+    {
+      "matchPackagePrefixes": ["org.slf4j"],
+      "groupName": "org.slf4j",
+      "allowedVersions": "< 2.0.0"
+    },
+    {
+      "matchPackagePatterns": ["^src:protocol"],
       "enabled": false
     }
   ]

Reply via email to