Skip to content

Commit

Permalink
Merge pull request #469 from mkurz/scala-steward_patch-group
Browse files Browse the repository at this point in the history
Group Scala Steward patch updates into single PR
  • Loading branch information
mkurz authored Sep 15, 2023
2 parents 00c6aed + 5aa417f commit e8db2fe
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
@@ -1,14 +1,12 @@
pullRequests.frequency = "@monthly"

commits.message = "${artifactName} ${nextVersion} (was ${currentVersion})"

updates.ignore = [
// explicit updates
{ groupId = "org.scalameta", artifactId = "scalafmt-core" }
pullRequests.grouping = [
{ name = "patches", "title" = "Patch updates", "filter" = [{"version" = "patch"}] }
]

updates.pin = [
# Prevent updates to 3.2.x and beyond
{ groupId = "org.scalatest", artifactId = "scalatest", version = "3.1."}
]

updatePullRequests = false

0 comments on commit e8db2fe

Please sign in to comment.