pekko/.scala-steward.conf

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

21 lines
800 B
Text
Raw Normal View History

updates.pin = [
2024-09-21 22:43:58 +01:00
# Scala 3.3 is the latest LTS version
2024-04-05 17:56:50 +02:00
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." }
]
updates.ignore = [
2021-04-13 14:14:49 +02:00
// these will get updated along with jackson-core, so no need to update them
// separately
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-annotations" }
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind" }
{ groupId = "com.fasterxml.jackson.module" }
{ groupId = "com.fasterxml.jackson.dataformat" }
{ groupId = "com.fasterxml.jackson.datatype" }
2024-05-07 14:28:52 +01:00
{ groupId = "com.fasterxml.jackson.jaxrs" }
# other ignored updates
2021-04-13 14:14:49 +02:00
{ groupId = "com.typesafe", artifactId = "ssl-config-core" }
2023-10-23 16:02:59 +08:00
{ groupId = "com.lightbend.sbt", artifactId = "sbt-java-formatter" }
]
2023-10-13 09:16:26 -03:00
updatePullRequests = "always"