From 5a497d4bc2eec26e48b18346e822cadf24d73283 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Mon, 6 Nov 2023 08:20:08 -0800 Subject: [PATCH] ask Scala Steward not to update protobuf version --- .scala-steward.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .scala-steward.conf diff --git a/.scala-steward.conf b/.scala-steward.conf new file mode 100644 index 000000000..fd3928446 --- /dev/null +++ b/.scala-steward.conf @@ -0,0 +1,9 @@ +# don't rush to take updates, but don't fall indefinitely behind, +# either. hopefully this is a reasonable compromise value? +pullRequests.frequency = "14 days" + +updates.ignore = [ + # as per discussion on sbt/zinc#1236, this is + # "if it ain't broke don't fix it" territory + { groupId = "com.google.protobuf" } +]