Skip to content

Commit aaa9a10

Browse files
committed
Update Renovate config to ignore JUnit 6 which requires Java 17+
1 parent c726f41 commit aaa9a10

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)