Skip to content

Commit 0e429c4

Browse files
committed
Update Renovate config to ignore JUnit 6 which requires Java 17+
1 parent 36bb580 commit 0e429c4

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
@@ -71,7 +71,7 @@
7171
{
7272
// junit 6+ requires Java 17+
7373
matchPackageNames: [
74-
'org.junit:**',
74+
'org.junit.jupiter:**',
7575
],
7676
matchUpdateTypes: [
7777
'major',

0 commit comments

Comments
 (0)