Skip to content

Commit c333388

Browse files
authored
Update Renovate config to ignore JUnit 6 which requires Java 17+ (take 2) (#2323)
1 parent 36bb580 commit c333388

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/renovate.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
// junit 6+ requires Java 17+
7373
matchPackageNames: [
7474
'org.junit:**',
75+
'org.junit.jupiter:**',
7576
],
7677
matchUpdateTypes: [
7778
'major',

0 commit comments

Comments
 (0)