Skip to content

Commit

Permalink
ci: scala steward DCO by hardcoding the message (#1074)
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Shynbuiev <[email protected]>
Signed-off-by: Pat Losoponkul <[email protected]>
  • Loading branch information
yshyn-iohk authored and Pat Losoponkul committed Jun 13, 2024
1 parent 5b35d69 commit 6841c04
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ updates.ignore = [
# If set, Scala Steward will only create or update `n` PRs each time it runs (see `pullRequests.frequency` above).
# Useful if running frequently and/or CI build are costly
# Default: null
updates.limit = 5
updates.limit = 5

# 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 6841c04

Please sign in to comment.