From f47a3baeb14a4f050c603ca67f534e70f1aa6682 Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Sun, 10 Mar 2024 10:06:27 +0100 Subject: [PATCH] Use standard commit message for scala-steward (cherry picked from commit 808ce675fa1f8f8fdda0c608f36217e3108c09fd) --- .scala-steward.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index cc914635..e88ab18d 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -5,6 +5,4 @@ updates.ignore = [ { groupId = "com.typesafe.akka" } ] -commits.message = "${artifactName} ${nextVersion} (was ${currentVersion})" - updatePullRequests = never