From ae2bf27c95f857c4104816acccb90e368053603d Mon Sep 17 00:00:00 2001 From: friendseeker <66892505+Friendseeker@users.noreply.github.com> Date: Tue, 1 Oct 2024 00:04:50 -0700 Subject: [PATCH] tell Scala Steward to ignore jgit update --- .scala-steward.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index fd3928446..00e3eba3a 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -5,5 +5,6 @@ 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" } + { groupId = "com.google.protobuf" }, + { groupId = "org.eclipse.jgit" } ]