Skip to content

Commit

Permalink
ci: add embedded mongo to the exclusion list of the scala-steward con…
Browse files Browse the repository at this point in the history
…fig (#362)

* ci: add DCO to the scala-steward configuration

Signed-off-by: Yurii Shynbuiev <[email protected]>

* ci: add embed.mongo to ignore list in the .scala-steward.conf

Signed-off-by: Yurii Shynbuiev <[email protected]>

---------

Signed-off-by: Yurii Shynbuiev <[email protected]>
  • Loading branch information
yshyn-iohk authored Nov 1, 2024
1 parent 100e6f7 commit a387213
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 @@ -12,6 +12,11 @@ dependencyOverrides = [
}
]

updates.ignore = [
# this dependency should be updated manually because scala-steward doesn't have permissions to update the ci.yml file
{ groupId = "de.flapdoodle.embed", artifactId = "de.flapdoodle.embed.mongo" }
]

# 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}"
Expand Down

0 comments on commit a387213

Please sign in to comment.