Skip to content

Commit 1492651

Browse files
committed
Ignore version 1.4.0
1 parent d7ee06d commit 1492651

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

renovate.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,20 @@
99
"matchPackagePrefixes": [
1010
"org.jetbrains.kotlin"
1111
]
12-
},{
12+
},
13+
{
1314
"description": "Align antlr version with graphql-java",
1415
"matchPackagePrefixes": [
1516
"org.antlr"
1617
],
1718
"allowedVersions": "<=4.9.3"
19+
},
20+
{
21+
"description": "Logback 1.4 requires Java 11",
22+
"matchPackagePrefixes": [
23+
"ch.qos.logback"
24+
],
25+
"allowedVersions": "!/1\\.4\\..*$/"
1826
}
1927
]
2028
}

0 commit comments

Comments
 (0)