Skip to content

Commit 3761545

Browse files
authored
Update Renovate config to ignore JUnit 6 which requires Java 17+ (take 2) (#7719)
1 parent 48684d6 commit 3761545

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
@@ -35,6 +35,7 @@
3535
// junit 6+ requires Java 17+
3636
matchPackageNames: [
3737
'org.junit:**',
38+
'org.junit.jupiter:**',
3839
],
3940
matchUpdateTypes: [
4041
'major',

0 commit comments

Comments
 (0)