-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjava-11.json
More file actions
39 lines (39 loc) · 1013 Bytes
/
java-11.json
File metadata and controls
39 lines (39 loc) · 1013 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "Settings for projects that support Java 8",
"packageRules": [
{
"description": "JUnit >=6 supports Java >=17",
"matchCategories": [
"java"
],
"matchPackageNames": [
"/^org\\.junit[.:]/"
],
"matchCurrentVersion": "(,5.9999)",
"allowedVersions": "(,5.9999)"
},
{
"description": "JGit >=7 supports Java >=17",
"matchCategories": [
"java"
],
"matchPackageNames": [
"/^org\\.eclipse\\.jgit[.:]/"
],
"matchCurrentVersion": "(,6.9999)",
"allowedVersions": "(,6.9999)"
},
{
"description": "org.gradle.toolchains.foojay-resolver >=1 supports Java >=17",
"matchCategories": [
"java"
],
"matchPackageNames": [
"/^org\\.gradle\\.toolchains[:.]foojay-resolver/"
],
"matchCurrentVersion": "(,0.9999)",
"allowedVersions": "(,0.9999)"
}
]
}