Skip to content

Commit

Permalink
chore: add scala steward config
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlugter committed Jan 8, 2025
1 parent eabf8fd commit 5c68d4a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
pullRequests.frequency = "@monthly"
commits.message = "bump: ${artifactName} ${nextVersion} (was ${currentVersion})"

updates.pin = [
{ groupId = "org.scalatest", artifactId = "scalatest", version = "3.2." }
]

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

updatePullRequests = false

0 comments on commit 5c68d4a

Please sign in to comment.