forked from apache/pekko-http
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.scala-steward.conf
More file actions
18 lines (16 loc) · 803 Bytes
/
Copy path.scala-steward.conf
File metadata and controls
18 lines (16 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
updates.ignore = [
{ groupId = "org.apache.pekko", artifactId = "pekko-actor" },
{ groupId = "org.apache.pekko", artifactId = "pekko-actor-typed" },
{ groupId = "org.apache.pekko", artifactId = "pekko-stream" },
{ groupId = "org.apache.pekko", artifactId = "pekko-testkit" },
{ groupId = "org.apache.pekko", artifactId = "pekko-actor-testkit-typed" },
{ groupId = "org.apache.pekko", artifactId = "pekko-stream-testkit" },
{ groupId = "org.apache.pekko", artifactId = "pekko-multi-node-testkit" },
{ groupId = "org.apache.pekko", artifactId = "pekko-http" },
{ groupId = "com.lightbend.sbt", artifactId = "sbt-java-formatter" }
]
updates.pin = [
# Scala 3.3 is a LTS
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." }
]
updatePullRequests = "always"