Skip to content

Commit

Permalink
Merge pull request #208 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 4edb531 + e41148b commit ad57e78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
pullRequests.frequency = "@monthly"

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

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

0 comments on commit ad57e78

Please sign in to comment.