Skip to content

Commit

Permalink
Merge pull request #796 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 1762950 + 72446a9 commit d688a5a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
pullRequests.frequency = "@monthly"

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

pullRequests.grouping = [
{ name = "patches", "title" = "Patch updates", "filter" = [{"version" = "patch"}] }
]

updates.pin = [
{ groupId = "com.typesafe.akka", artifactId="akka-stream", version = "2.6." }
{ groupId = "com.typesafe.akka", artifactId="akka-http", version = "10.2." }
]

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

0 comments on commit d688a5a

Please sign in to comment.