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 3324eea commit d975b9dCopy full SHA for d975b9d
.github/renovate.json5
@@ -28,6 +28,11 @@
28
"matchPackagePrefixes": ["com.gradle.enterprise"],
29
"groupName": "gradle enterprise packages"
30
},
31
+ {
32
+ // prevent 3.0.1u2 -> 3.0.1
33
+ "matchPackageNames": ["com.google.code.findbugs:annotations"],
34
+ "allowedVersions": "!/^3\\.0\\.1$/"
35
+ },
36
{
37
// disruptor 4+ requires Java 11+
38
"matchPackageNames": ["com.lmax:disruptor"],
0 commit comments