Skip to content

Commit

Permalink
ci: add DCO to the Scala Steward configuration (#361)
Browse files Browse the repository at this point in the history
ci: add DCO to the scala-steward configuration

Signed-off-by: Yurii Shynbuiev <[email protected]>
  • Loading branch information
yshyn-iohk authored Oct 24, 2024
1 parent 0a328e3 commit 100e6f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ dependencyOverrides = [
# pullRequests = { frequency = "@monthly" },
}
]

# 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 = "${default}\n\nSigned-off-by: Hyperledger Bot <[email protected]>"

0 comments on commit 100e6f7

Please sign in to comment.