Skip to content

Commit

Permalink
Prevent incorrect dependency version update (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Sep 27, 2024
1 parent 3324eea commit d975b9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
"matchPackagePrefixes": ["com.gradle.enterprise"],
"groupName": "gradle enterprise packages"
},
{
// prevent 3.0.1u2 -> 3.0.1
"matchPackageNames": ["com.google.code.findbugs:annotations"],
"allowedVersions": "!/^3\\.0\\.1$/"
},
{
// disruptor 4+ requires Java 11+
"matchPackageNames": ["com.lmax:disruptor"],
Expand Down

0 comments on commit d975b9d

Please sign in to comment.