-
Notifications
You must be signed in to change notification settings - Fork 124
/
.scala-steward.conf
33 lines (26 loc) · 1.41 KB
/
.scala-steward.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
commits.message = "bump: ${artifactName} ${nextVersion} (was ${currentVersion})"
pullRequests.frequency = "@monthly"
updates.ignore = [
{ groupId = "com.typesafe", artifactId = "ssl-config-core" },
{ groupId = "com.typesafe.akka", artifactId = "akka-actor" },
{ groupId = "com.typesafe.akka", artifactId = "akka-actor-typed" },
{ groupId = "com.typesafe.akka", artifactId = "akka-discovery" },
{ groupId = "com.typesafe.akka", artifactId = "akka-slf4j" },
{ groupId = "com.typesafe.akka", artifactId = "akka-stream" },
{ groupId = "com.typesafe.akka", artifactId = "akka-stream-testkit" },
{ groupId = "com.typesafe.akka", artifactId = "akka-testkit" },
{ groupId = "com.typesafe.akka", artifactId = "akka-multi-node-testkit" },
{ groupId = "com.typesafe.akka", artifactId = "akka-http" },
{ groupId = "com.typesafe.akka", artifactId = "akka-http-core" },
{ groupId = "org.scalatest", artifactId = "scalatest" },
# https://github.com/akka/akka-grpc/issues/1631
{ groupId = "com.google.protobuf", artifactId = "protobuf-java" },
# Don't bump scalafmt
{ groupId = "org.scalameta", artifactId = "scalafmt-core" },
{ groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
]
updates.pin = [
{ groupId = "org.scalatest", artifactId = "scalatest", version = "3.2." },
# https://github.com/akka/akka-grpc/issues/1506
{ groupId = "org.eclipse.jgit", artifactId = "org.eclipse.jgit", version = "5." }
]