Skip to content

Commit

Permalink
Merge branch 'main' into chore/update-codeowners
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioPinheiro authored Nov 5, 2024
2 parents bfd3ab7 + a387213 commit 7e8590c
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 7e8590c

Please sign in to comment.