Skip to content

Commit

Permalink
Add renovate rule for disruptor (#1384)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Jul 18, 2024
1 parent 332b4f4 commit 32c7e89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
"matchPackagePrefixes": ["com.gradle.enterprise"],
"groupName": "gradle enterprise packages"
},
{
// disruptor 4+ requires Java 11+
"matchPackageNames": ["com.lmax:disruptor"],
"matchUpdateTypes": ["major"],
"enabled": false
},
{
// junit-pioneer 2+ requires Java 11+
"matchPackageNames": ["org.junit-pioneer:junit-pioneer"],
Expand Down

0 comments on commit 32c7e89

Please sign in to comment.