Skip to content

Commit

Permalink
Merge pull request #687 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 bd24eed + 6d4c17a commit 30accd7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
pullRequests.frequency = "@weekly"
pullRequests.frequency = "@monthly"

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

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

buildRoots = [
".",
"docs",
Expand Down

0 comments on commit 30accd7

Please sign in to comment.