-
Notifications
You must be signed in to change notification settings - Fork 13
/
.scala-steward.conf
25 lines (23 loc) · 1005 Bytes
/
.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
24
25
pullRequests.grouping = [
{ name = "aws", "title" = "AWS Scala dependency updates", "filter" = [{"group" = "software.amazon.awssdk"}, {"group" = "com.amazonaws"}] },
{ name = "minor_non_aws", "title" = "Non AWS Scala dependency updates", "filter" = [{"version" = "minor"}, {"version" = "patch"}] }
]
dependencyOverrides = [
{
dependency = { groupId = "software.amazon.awssdk" },
pullRequests = { frequency = "7 day" }
},
{
dependency = { groupId = "com.google.apis" },
pullRequests = { frequency = "7 day" }
}
]
updates.ignore = [
{ groupId = "com.amazon.pay", artifactId = "amazon-pay-java-sdk" },
{ groupId = "com.github.blemale", artifactId = "scaffeine" },
{ groupId = "com.gocardless", artifactId = "gocardless-pro" },
{ groupId = "com.stripe", artifactId = "stripe-java" },
{ groupId = "org.mockito", artifactId = "mockito-core" },
{ groupId = "com.dripower", artifactId = "play-circe" },
{ groupId = "com.gu", artifactId = "simple-configuration-ssm" }
]