From e98cfde04932df1bbac59e9acc2a2aae97d7a1cd Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Sat, 16 Sep 2023 00:30:33 +0200 Subject: [PATCH] Group Scala Steward patch updates into single PR --- .scala-steward.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.scala-steward.conf b/.scala-steward.conf index 5a5bb25b..fe5230d8 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",