pekko/.scala-steward.conf
Patrik Nordwall c5d516175e Ignore mockito updates (#28408)
* because it's not important part of our testing
2019-12-19 09:00:37 +01:00

19 lines
1.1 KiB
Text

updates.ignore = [
{ groupId = "com.google.protobuf", artifactId = "protobuf-java" },
{ groupId = "org.scalameta", artifactId = "scalafmt-core" },
{ groupId = "org.scalameta", artifactId = "sbt-scalafmt" },
{ groupId = "org.scalatest", artifactId = "scalatest" },
{ groupId = "com.fasterxml.jackson.module", artifactId = "jackson-module-parameter-names" },
{ groupId = "com.fasterxml.jackson.module", artifactId = "jackson-module-scala" },
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-annotations" },
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-core" },
{ groupId = "com.fasterxml.jackson.dataformat", artifactId = "jackson-dataformat-cbor" },
{ groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jsr310" },
{ groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jdk8" },
{ groupId = "com.typesafe", artifactId = "config" },
{ groupId = "com.typesafe", artifactId = "ssl-config-core" },
{ groupId = "com.typesafe.sbt", artifactId = "sbt-osgi" },
{ groupId = "org.agrona", artifactId = "agrona" },
{ groupId = "org.mockito", artifactId = "mockito-core" }
]