Skip to content

Commit

Permalink
Merge pull request sbt#1501 from Friendseeker/protobuf-opt-in
Browse files Browse the repository at this point in the history
[1.x] Let Scala Steward auto-update `com.google.protobuf`
  • Loading branch information
eed3si9n authored Nov 25, 2024
2 parents abb7eed + eb96c19 commit 8a2935f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
# 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" },
{ groupId = "org.eclipse.jgit" }
updates.pin = [
{ groupId = "com.google.protobuf", artifactId = "protobuf-java", version="3." },
{ groupId = "org.eclipse.jgit", artifactId = "org.eclipse.jgit", version="6." }
]

0 comments on commit 8a2935f

Please sign in to comment.