From fbbe5ec792d0cfeb4581ad93d6fbcc85174d44c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kleinb=C3=B6lting?= Date: Mon, 2 Oct 2023 12:11:40 +0200 Subject: [PATCH] chore: Configure Scala Steward to produce PR with compatible title (#2867) --- .scala-steward.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.scala-steward.conf b/.scala-steward.conf index d3a618711e..17072a9a51 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -6,3 +6,5 @@ updates.ignore = [ { groupId = "org.jodd", artifactId = "jodd", version = "3.2.7" } { groupId = "org.scoverage", artifactId = "sbt-scoverage", version = "1.9.3" } ] + +commits.message = "chore: Update ${artifactName} from ${currentVersion} to ${nextVersion}"