pekko/.scala-steward.conf

27 lines
1.3 KiB
Text
Raw Normal View History

2020-05-25 15:17:56 +02:00
pullRequests.frequency = "@monthly"
2020-08-24 10:28:47 +01:00
updates.pin = [
2020-12-14 09:38:06 +00:00
{ groupId = "org.scalatest", artifactId = "scalatest", version = "3.1." }
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-core", version = "2.11." }
2020-08-24 10:28:47 +01:00
]
updates.ignore = [
{ groupId = "com.google.protobuf", artifactId = "protobuf-java" },
{ groupId = "org.scalameta", artifactId = "scalafmt-core" },
{ groupId = "org.scalameta", artifactId = "sbt-scalafmt" },
{ 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.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" },
{ groupId = "com.typesafe.sbt", artifactId = "sbt-osgi" }
]
2020-05-25 15:17:56 +02:00
updatePullRequests = false