Skip to content

Commit 0a3fb86

Browse files
authored
Update Renovate config to ignore JUnit 6 which requires Java 17+ (#310)
1 parent d18b33f commit 0a3fb86

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/renovate.json5

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@
2424
matchCurrentVersion: '1.33.0',
2525
enabled: false,
2626
},
27+
{
28+
// junit 6+ requires Java 17+
29+
matchPackageNames: [
30+
'org.junit:**',
31+
],
32+
matchUpdateTypes: [
33+
'major',
34+
],
35+
enabled: false,
36+
},
2737
],
2838
customManagers: [
2939
{

0 commit comments

Comments
 (0)