Skip to content

Commit 166ea52

Browse files
committed
Update Renovate config to ignore JUnit 6 which requires Java 17+ (take 2)
1 parent 48684d6 commit 166ea52

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
@@ -34,7 +34,7 @@
3434
{
3535
// junit 6+ requires Java 17+
3636
matchPackageNames: [
37-
'org.junit:**',
37+
'org.junit.jupiter:**',
3838
],
3939
matchUpdateTypes: [
4040
'major',

0 commit comments

Comments
 (0)