Merge pull request #29734 from raboof/fix-scala-steward-conf

Fix .scala-steward.conf syntax
This commit is contained in:
Patrik Nordwall 2020-10-12 16:17:32 +02:00 committed by GitHub
commit 0b1e7edc69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
pullRequests.frequency = "@monthly"
updates.pin = [
{ groupId = "org.scalatest", artifactId = "scalatest", version = "3.1." },
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind", version = "2.10." }
]
@ -23,8 +24,4 @@ updates.ignore = [
{ groupId = "com.typesafe.sbt", artifactId = "sbt-osgi" }
]
updates.pin [
{ groupId = "org.scalatest", artifactId = "scalatest", version = "3.1." },
]
updatePullRequests = false