|
9 | 9 | "fileFilters": ["solr/licenses/*.sha1"], |
10 | 10 | "executionMode": "branch" |
11 | 11 | }, |
| 12 | + "packageRules": [ |
| 13 | + { |
| 14 | + "description": "Pin com.palantir.consistent-versions to 2.32.0; newer versions require Java 17 but branch_9x builds with Java 11", |
| 15 | + "matchPackageNames": ["com.palantir.consistent-versions"], |
| 16 | + "allowedVersions": "2.32.0" |
| 17 | + }, |
| 18 | + { |
| 19 | + "description": "Pin org.carrot2:carrot2-core to 4.5.1; 4.8.6 requires Java 21 but branch_9x builds with Java 11", |
| 20 | + "matchPackageNames": ["org.carrot2:carrot2-core"], |
| 21 | + "allowedVersions": "4.5.1" |
| 22 | + }, |
| 23 | + { |
| 24 | + "description": "Keep org.apache.hadoop on 3.4.x; 3.5.0 requires Java 17 but branch_9x builds with Java 11", |
| 25 | + "matchPackagePrefixes": ["org.apache.hadoop:"], |
| 26 | + "allowedVersions": "<3.5.0" |
| 27 | + }, |
| 28 | + { |
| 29 | + "description": "Pin dev.langchain4j to 0.35.0; 0.36.2 requires Java 17 but branch_9x builds with Java 11", |
| 30 | + "matchPackagePrefixes": ["dev.langchain4j:"], |
| 31 | + "allowedVersions": "0.35.0" |
| 32 | + }, |
| 33 | + { |
| 34 | + "description": "Keep Error Prone on 2.31.0; the build hard-pins it to 2.31.0 for JDK11 compatibility on branch_9x", |
| 35 | + "matchPackagePrefixes": ["com.google.errorprone:"], |
| 36 | + "allowedVersions": "2.31.0" |
| 37 | + } |
| 38 | + ], |
12 | 39 | "schedule": ["* * * * *"], |
13 | 40 | "prConcurrentLimit": 100, |
14 | 41 | "prHourlyLimit": 10, |
|
0 commit comments