forked from scalikejdbc/scalikejdbc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.scala-steward.conf
55 lines (52 loc) · 1.05 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# https://github.com/scala-steward-org/scala-steward/pull/2714
pullRequests.grouping = [
{
name = "scalatest"
filter = [
{"group" = "org.scalatest"}
{"group" = "org.scalatestplus"}
]
}
]
updates.pin = [
{
groupId = "org.hsqldb"
artifactId = "hsqldb"
version = "2.5." # https://github.com/scalikejdbc/scalikejdbc/pull/1198#issuecomment-818458308
}
{
// https://github.com/brettwooldridge/HikariCP/commit/1991355e6b20be04be2b2d9ff816c32c38937fd2
groupId = "com.zaxxer"
artifactId = "HikariCP"
version = "4."
}
{
// https://github.com/mockito/mockito/commit/a7c7fdb4f972d7fb6736f692e5ee208034f214f3
groupId = "org.mockito"
artifactId = "mockito-core"
version = "4."
}
{
// 3.10.x require JDK 11
groupId = "org.xerial.sbt"
artifactId = "sbt-sonatype"
version = "3.9."
}
]
updates.ignore = [
{
groupId = "com.h2database"
}
]
updates.fileExtensions = [
".conf"
"build.properties"
".scala"
".sbt"
".yml"
".md"
".markdown"
".txt"
".bat"
".sh"
]