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}"