Adding select scala steward ignores to not receive auto-PR updates on a few dependencies (#27787)

This commit is contained in:
Helena Edelson 2019-09-26 16:50:02 +02:00 committed by GitHub
parent 37a76aa9a0
commit 8e4adf8a52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
.scala-steward.conf Normal file
View file

@ -0,0 +1,7 @@
updates.ignore = [
{ groupId = "com.google.protobuf", artifactId = "protobuf-java" },
{ groupId = "org.scalatest", artifactId = "scalatest" },
{ groupId = "com.typesafe", artifactId = "config" },
{ groupId = "com.typesafe", artifactId = "ssl-config-core" }
]