diff --git a/.scala-steward.conf b/.scala-steward.conf index 4cc938e48a..5d73734dca 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -1,5 +1,9 @@ pullRequests.frequency = "@monthly" +updates.pin = [ + { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind", version = "2.10." } +] + updates.ignore = [ { groupId = "com.google.protobuf", artifactId = "protobuf-java" }, { groupId = "org.scalameta", artifactId = "scalafmt-core" },