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." }
|
2021-03-22 18:01:31 +01:00
|
|
|
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-core", version = "2.11." }
|
2020-08-24 10:28:47 +01:00
|
|
|
]
|
|
|
|
|
|
2019-09-26 16:50:02 +02:00
|
|
|
updates.ignore = [
|
|
|
|
|
{ groupId = "com.google.protobuf", artifactId = "protobuf-java" },
|
2019-11-21 13:20:38 +01:00
|
|
|
{ groupId = "org.scalameta", artifactId = "scalafmt-core" },
|
|
|
|
|
{ groupId = "org.scalameta", artifactId = "sbt-scalafmt" },
|
2019-11-25 14:03:15 +01:00
|
|
|
{ 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" },
|
2019-09-26 16:50:02 +02:00
|
|
|
{ groupId = "com.typesafe", artifactId = "config" },
|
2019-11-06 19:17:45 +01:00
|
|
|
{ groupId = "com.typesafe", artifactId = "ssl-config-core" },
|
2019-12-04 23:39:56 +01:00
|
|
|
{ groupId = "com.typesafe.sbt", artifactId = "sbt-osgi" },
|
2019-12-19 09:00:37 +01:00
|
|
|
{ groupId = "org.agrona", artifactId = "agrona" },
|
2020-10-08 13:33:20 +02:00
|
|
|
{ groupId = "org.mockito", artifactId = "mockito-core" },
|
|
|
|
|
{ groupId = "com.typesafe.sbt", artifactId = "sbt-osgi" }
|
2019-09-26 16:50:02 +02:00
|
|
|
]
|
|
|
|
|
|
2020-05-25 15:17:56 +02:00
|
|
|
updatePullRequests = false
|