Skip to content

Commit 48684d6

Browse files
authored
Update Renovate config to ignore JUnit 6 which requires Java 17+ (#7718)
1 parent 9c70ffe commit 48684d6

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
@@ -31,6 +31,16 @@
3131
ignoreUnstable: false,
3232
allowedVersions: '!/\\-SNAPSHOT$/',
3333
},
34+
{
35+
// junit 6+ requires Java 17+
36+
matchPackageNames: [
37+
'org.junit:**',
38+
],
39+
matchUpdateTypes: [
40+
'major',
41+
],
42+
enabled: false,
43+
},
3444
{
3545
// junit-pioneer 2+ requires Java 11+
3646
matchPackageNames: [

0 commit comments

Comments
 (0)