From 365af7ee2ffccf037b82335f7ab06fb711134c65 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Wed, 6 Nov 2019 19:17:45 +0100 Subject: [PATCH] Exclude agrona from scala-steward (#28110) As it should only be updated in tandem with aeron --- .scala-steward.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index f5544497a4..c17977233d 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -2,6 +2,7 @@ updates.ignore = [ { groupId = "com.google.protobuf", artifactId = "protobuf-java" }, { groupId = "org.scalatest", artifactId = "scalatest" }, { groupId = "com.typesafe", artifactId = "config" }, - { groupId = "com.typesafe", artifactId = "ssl-config-core" } + { groupId = "com.typesafe", artifactId = "ssl-config-core" }, + { groupId = "org.agrona", artifactId = "agrona" } ]