From e41148ba2c91d25246e24d1daa0d8b1d2467f93a 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.scala-steward.conf b/.scala-steward.conf index cc84610..c17dba6 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -1,3 +1,7 @@ pullRequests.frequency = "@monthly" commits.message = "${artifactName} ${nextVersion} (was ${currentVersion})" + +pullRequests.grouping = [ + { name = "patches", "title" = "Patch updates", "filter" = [{"version" = "patch"}] } +]