raboof commented on code in PR #2471:
URL: https://github.com/apache/pekko/pull/2471#discussion_r2510545932
##########
.scala-steward.conf:
##########
@@ -23,6 +23,8 @@ updates.ignore = [
{ groupId = "tools.jackson.jaxrs" }
# other ignored updates
{ groupId = "com.lightbend.sbt", artifactId = "sbt-java-formatter" }
+ # agrona should only be updated when aeron is updated
+ { groupId = "org.agrona", artifactId = "agrona" }
Review Comment:
As far as I remember we've historically keps agrona at *exactly* the version
used by aeron, not deviating in patch versions either.
I'm OK with loosening this to only keeping the major+minor in sync
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]