From 6d4c17ac38b18a962577936e3ebaaba2e341dc01 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Sat, 16 Sep 2023 00:30:34 +0200 Subject: [PATCH] Group Scala Steward patch updates into single PR --- .scala-steward.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index 88f9aea3..7bd842b7 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -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",