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 06fc1d22601 Fix renovate pin for consistent-versions plugin on
branch_9x (#4736)
06fc1d22601 is described below
commit 06fc1d22601549954c795a81613a46377dd2a8a7
Author: Jan Høydahl <[email protected]>
AuthorDate: Thu Aug 13 20:29:30 2026 +0200
Fix renovate pin for consistent-versions plugin on branch_9x (#4736)
---
.github/renovate.json | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/renovate.json b/.github/renovate.json
index 29900462983..795e56e50aa 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -12,7 +12,7 @@
"packageRules": [
{
"description": "Pin com.palantir.consistent-versions to 2.32.0; newer
versions require Java 17 but branch_9x builds with Java 11",
- "matchPackageNames": ["com.palantir.consistent-versions"],
+ "matchDepNames": ["com.palantir.consistent-versions"],
"allowedVersions": "2.32.0"
},
{
@@ -22,17 +22,17 @@
},
{
"description": "Keep org.apache.hadoop on 3.4.x; 3.5.0 requires Java 17
but branch_9x builds with Java 11",
- "matchPackagePrefixes": ["org.apache.hadoop:"],
+ "matchPackageNames": ["org.apache.hadoop:**"],
"allowedVersions": "<3.5.0"
},
{
"description": "Pin dev.langchain4j to 0.35.0; 0.36.2 requires Java 17
but branch_9x builds with Java 11",
- "matchPackagePrefixes": ["dev.langchain4j:"],
+ "matchPackageNames": ["dev.langchain4j:**"],
"allowedVersions": "0.35.0"
},
{
"description": "Keep Error Prone on 2.31.0; the build hard-pins it to
2.31.0 for JDK11 compatibility on branch_9x",
- "matchPackagePrefixes": ["com.google.errorprone:"],
+ "matchPackageNames": ["com.google.errorprone:**"],
"allowedVersions": "2.31.0"
},
{