Skip to content

Commit

Permalink
Group Scala Steward patch updates into single PR
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Sep 15, 2023
1 parent bd24eed commit 6d4c17a
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 6d4c17a

Please sign in to comment.