From 5aa417f7f5de23abbd8f251063206a3b9da51498 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 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index d4862e9f..f4a5c024 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -1,14 +1,12 @@ pullRequests.frequency = "@monthly" + commits.message = "${artifactName} ${nextVersion} (was ${currentVersion})" -updates.ignore = [ - // explicit updates - { groupId = "org.scalameta", artifactId = "scalafmt-core" } +pullRequests.grouping = [ + { name = "patches", "title" = "Patch updates", "filter" = [{"version" = "patch"}] } ] updates.pin = [ # Prevent updates to 3.2.x and beyond { groupId = "org.scalatest", artifactId = "scalatest", version = "3.1."} ] - -updatePullRequests = false