Skip to content

Commit c502233

Browse files
authored
Update Renovate config to ignore JUnit 6 which requires Java 17+ (take 2) (#130)
1 parent 49b362e commit c502233

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
@@ -15,6 +15,7 @@
1515
// junit 6+ requires Java 17+
1616
matchPackageNames: [
1717
'org.junit:**',
18+
'org.junit.jupiter:**',
1819
],
1920
matchUpdateTypes: [
2021
'major',

0 commit comments

Comments
 (0)