Skip to content

Commit 7b309c2

Browse files
authored
Update Renovate config to ignore JUnit 6 which requires Java 17+ (#314)
1 parent c726f41 commit 7b309c2

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
@@ -28,6 +28,7 @@
2828
// junit 6+ requires Java 17+
2929
matchPackageNames: [
3030
'org.junit:**',
31+
'org.junit.jupiter:**',
3132
],
3233
matchUpdateTypes: [
3334
'major',

0 commit comments

Comments
 (0)