Skip to content

Commit

Permalink
chore: Don't autoupdate scalafmt (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Sep 22, 2022
1 parent 56d987c commit 7613a2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
pullRequests.frequency = "@monthly"

updates.ignore = [
{ groupId = "org.scalameta", artifactId = "scalafmt-core" }
{ groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
// explicit updates
{ groupId = "com.typesafe.akka" }
]
Expand Down

0 comments on commit 7613a2b

Please sign in to comment.