Adding select scala steward ignores to not receive auto-PR updates on a few dependencies (#27787)
This commit is contained in:
parent
37a76aa9a0
commit
8e4adf8a52
1 changed files with 7 additions and 0 deletions
7
.scala-steward.conf
Normal file
7
.scala-steward.conf
Normal 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" }
|
||||
]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue