Skip to content

Commit

Permalink
core: add .scala-steward.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk committed Jan 2, 2024
1 parent a697c75 commit 670aef7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# If set, Scala Steward will use this message template for the commit messages and PR titles.
# Supported variables: ${artifactName}, ${currentVersion}, ${nextVersion} and ${default}
# Default: "${default}" which is equivalent to "Update ${artifactName} to ${nextVersion}"
commits.message = "build(deps): update ${artifactName} from ${currentVersion} to ${nextVersion}"

0 comments on commit 670aef7

Please sign in to comment.