Skip to content

Commit

Permalink
Merge pull request #1280 from SethTisue/no-protobuf-please-mr-steward
Browse files Browse the repository at this point in the history
ask Scala Steward not to update protobuf version
  • Loading branch information
eed3si9n authored Nov 6, 2023
2 parents 72101b7 + 5a497d4 commit 23a0b39
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -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" }
]

0 comments on commit 23a0b39

Please sign in to comment.