From c254c069454afae86c1155d33efec559acff6dd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Andr=C3=A9n?= Date: Thu, 29 Jun 2023 15:17:56 +0200 Subject: [PATCH] build: Don't auto-bump scalafmt --- .scala-steward.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index fa067e60b..243c973d7 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -19,7 +19,10 @@ updates.ignore = [ { groupId = "org.scalatest", artifactId = "scalatest" }, # https://github.com/akka/akka-grpc/issues/1631 - { groupId = "com.google.protobuf", artifactId = "protobuf-java" } + { groupId = "com.google.protobuf", artifactId = "protobuf-java" }, + # Don't bump scalafmt + { groupId = "org.scalameta", artifactId = "scalafmt-core" }, + { groupId = "org.scalameta", artifactId = "sbt-scalafmt" } ] updates.pin = [