From c5d516175e4979eae2d41e897c4b5e2dee4f5718 Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Thu, 19 Dec 2019 09:00:37 +0100 Subject: [PATCH] Ignore mockito updates (#28408) * because it's not important part of our testing --- .scala-steward.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index 59a2396084..9fe6a9ba2b 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -13,6 +13,7 @@ updates.ignore = [ { groupId = "com.typesafe", artifactId = "config" }, { groupId = "com.typesafe", artifactId = "ssl-config-core" }, { groupId = "com.typesafe.sbt", artifactId = "sbt-osgi" }, - { groupId = "org.agrona", artifactId = "agrona" } + { groupId = "org.agrona", artifactId = "agrona" }, + { groupId = "org.mockito", artifactId = "mockito-core" } ]