Skip to content

Commit

Permalink
Tell renovate not to update agrona dependency (#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Sep 27, 2024
1 parent a3c6bd9 commit 3324eea
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 @@ -46,6 +46,12 @@
"matchUpdateTypes": ["major"],
"enabled": false
},
{
// agrona 1.23+ requires Java 17+
"matchPackageNames": ["org.agrona:agrona:"],
"matchUpdateTypes": ["major", "minor"],
"enabled": false
},
{
// system-stubs-jupiter 2.1+ requires Java 11+
"matchPackageNames": ["uk.org.webcompere:system-stubs-jupiter"],
Expand Down

0 comments on commit 3324eea

Please sign in to comment.