We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c6bd9 commit 3324eeaCopy full SHA for 3324eea
.github/renovate.json5
@@ -46,6 +46,12 @@
46
"matchUpdateTypes": ["major"],
47
"enabled": false
48
},
49
+ {
50
+ // agrona 1.23+ requires Java 17+
51
+ "matchPackageNames": ["org.agrona:agrona:"],
52
+ "matchUpdateTypes": ["major", "minor"],
53
+ "enabled": false
54
+ },
55
{
56
// system-stubs-jupiter 2.1+ requires Java 11+
57
"matchPackageNames": ["uk.org.webcompere:system-stubs-jupiter"],
0 commit comments