diff --git a/.scala-steward.conf b/.scala-steward.conf new file mode 100644 index 0000000000..f5544497a4 --- /dev/null +++ b/.scala-steward.conf @@ -0,0 +1,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" } +] +