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