Skip to content

Commit f06ff85

Browse files
authored
renovate ignore junit6 updates (#817)
1 parent 29179c4 commit f06ff85

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212
"io.opentelemetry.contrib:**"
1313
],
1414
"enabled": false
15+
},
16+
{
17+
"description": "junit 6+ requires Java 17+",
18+
"matchPackageNames": [
19+
"org.junit:**"
20+
],
21+
"matchUpdateTypes": [
22+
"major"
23+
],
24+
"enabled": false
1525
}
1626
],
1727
"ignorePaths": [

0 commit comments

Comments
 (0)