diff --git a/.scala-steward.conf b/.scala-steward.conf index 5a5bb25..fe5230d 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -1,6 +1,11 @@ pullRequests.frequency = "@monthly" + commits.message = "${artifactName} ${nextVersion} (was ${currentVersion})" +pullRequests.grouping = [ + { name = "patches", "title" = "Patch updates", "filter" = [{"version" = "patch"}] } +] + buildRoots = [ ".", "docs",