Skip to content

Commit aa69c6c

Browse files
committed
Update Renovate config to ignore JUnit 6 which requires Java 17+
1 parent 5a1a36f commit aa69c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
{
116116
// junit 6+ requires Java 17+
117117
matchPackageNames: [
118-
'org.junit:**',
118+
'org.junit.jupiter:**',
119119
],
120120
matchUpdateTypes: [
121121
'major',

0 commit comments

Comments
 (0)