forked from playframework/play-slick
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscala-steward.conf
More file actions
17 lines (14 loc) · 855 Bytes
/
Copy pathscala-steward.conf
File metadata and controls
17 lines (14 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pullRequests.frequency = "@monthly"
commits.message = "[5.4.x] ${artifactName} ${nextVersion} (was ${currentVersion})"
pullRequests.grouping = [
{ name = "patches", "title" = "[5.4.x] Patch updates", "filter" = [{"version" = "patch"}] }
]
updates.pin = [
{ groupId = "com.typesafe.play", artifactId = "play", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-docs-sbt-plugin", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-jdbc-api", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-jdbc-evolutions", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-logback", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-specs2", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "sbt-plugin", version = "2.9." }
]