Add more ignored dependencies to .scala-steward.conf

This commit is contained in:
Matthew de Detrich 2023-10-16 09:49:11 -03:00 committed by Matthew de Detrich
parent a99dbda47b
commit 2e19bf159b

View file

@ -11,6 +11,8 @@ updates.ignore = [
{ groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jsr310" }
{ groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jdk8" }
{ groupId = "com.google.protobuf", artifactId = "protobuf-java" }
{ groupId = "com.lightbend.paradox", artifactId = "sbt-paradox-project-info" }
{ groupId = "com.lightbend.paradox", artifactId = "sbt-paradox "}
{ groupId = "com.typesafe", artifactId = "ssl-config-core" }
{ groupId = "com.typesafe.sbt", artifactId = "sbt-osgi" }
{ groupId = "org.agrona", artifactId = "agrona" }