pekko/.scala-steward.conf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

29 lines
1.5 KiB
Text
Raw Normal View History

updates.ignore = [
2021-04-13 14:14:49 +02:00
{ groupId = "org.scalameta", artifactId = "scalafmt-core" }
{ groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
// these will get updated along with jackson-core, so no need to update them
// separately
{ 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-databind" }
{ 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" }
2023-10-13 09:16:26 -03:00
{ groupId = "com.google.protobuf", artifactId = "protobuf-java" }
{ groupId = "com.lightbend.paradox", artifactId = "sbt-paradox-project-info" }
{ groupId = "com.lightbend.paradox", artifactId = "sbt-paradox "}
2021-04-13 14:14:49 +02:00
{ 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" }
2023-10-23 16:02:59 +08:00
{ groupId = "com.lightbend.sbt", artifactId = "sbt-java-formatter" }
]
2023-12-02 09:50:56 +01:00
updates.pin = [
# Pin logback to v1.3.x because v1.4.x needs JDK11
{ groupId = "ch.qos.logback", version="1.3." }
]
2023-10-13 09:16:26 -03:00
updatePullRequests = "always"