-
Notifications
You must be signed in to change notification settings - Fork 8
/
.scala-steward.conf
23 lines (19 loc) · 1.03 KB
/
.scala-steward.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#https://github.com/scala-steward-org/scala-steward/blob/master/docs/repo-specific-configuration.md
updatePullRequests = "on-conflicts"
buildRoots = ["."]
dependencyOverrides = [
{
dependency = { groupId = "com.nimbusds", artifactId = "nimbus-jose-jwt"}
pullRequests = { frequency = "90 day" },
# dependency = { groupId = "com.nimbusds", artifactId = "nimbus-jose-jwt", version = "9.24." }
# pullRequests = { frequency = "@monthly" },
}
]
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}"
commits.message = "${default}\n\nSigned-off-by: Hyperledger Bot <[email protected]>"