From 8e4adf8a523ac4beb4ea81cf49d69e857a2cbeee Mon Sep 17 00:00:00 2001 From: Helena Edelson Date: Thu, 26 Sep 2019 16:50:02 +0200 Subject: [PATCH] Adding select scala steward ignores to not receive auto-PR updates on a few dependencies (#27787) --- .scala-steward.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .scala-steward.conf diff --git a/.scala-steward.conf b/.scala-steward.conf new file mode 100644 index 0000000000..f5544497a4 --- /dev/null +++ b/.scala-steward.conf @@ -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" } +] +