Skip to content

Commit

Permalink
Scala Steward: Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Jun 11, 2024
1 parent 59b9ef0 commit 91bbfbc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,15 @@ commits.message = "[5.3.x] ${artifactName} ${nextVersion} (was ${currentVersion}
pullRequests.grouping = [
{ name = "patches", "title" = "[5.3.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." }
]

updatePullRequests = never

0 comments on commit 91bbfbc

Please sign in to comment.