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

janhoy pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 2269bf69a4d Remove faulty override of renovate packageRules
2269bf69a4d is described below

commit 2269bf69a4dcf32fe9a5b2a895ca7924e2b3879d
Author: Jan Høydahl <[email protected]>
AuthorDate: Tue Jan 6 14:22:42 2026 +0100

    Remove faulty override of renovate packageRules
---
 .github/renovate.json | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/.github/renovate.json b/.github/renovate.json
index 12dd2eaa1fb..6859a96c7ac 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -10,12 +10,5 @@
   "prConcurrentLimit": 100,
   "prHourlyLimit": 10,
   "branchPrefix": "renovate-9x/",
-  "commitMessageSuffix": " (branch_9x)",
-  "packageRules": [
-    {
-      "description": "Skip errorprone upgrades since newer versions require 
JDK17",
-      "matchPackagePrefixes": ["com.google.errorprone"],
-      "enabled": false
-    }
-  ]
+  "commitMessageSuffix": " (branch_9x)"
 }

Reply via email to