Skip to content

Commit

Permalink
Merge pull request #146 from mkurz/scala-steward
Browse files Browse the repository at this point in the history
[2.9.x] Pin Play 2.9 dependencies
  • Loading branch information
mkurz committed May 10, 2024
2 parents b796e95 + f33d39d commit eeb5d7a
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .github/scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,13 +1,31 @@
pullRequests.frequency = "@monthly"

commits.message = "${artifactName} ${nextVersion} (was ${currentVersion})"
commits.message = "[2.9.x] ${artifactName} ${nextVersion} (was ${currentVersion})"

pullRequests.grouping = [
{ name = "patches", "title" = "Patch updates", "filter" = [{"version" = "patch"}] }
{ name = "patches", "title" = "[2.9.x] Patch updates", "filter" = [{"version" = "patch"}] }
]

buildRoots = [
"code",
"test-app",
"test-app-filters"
]

updates.ignore = [
]

updates.pin = [
{ groupId = "com.typesafe.play", artifactId = "play", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-akka-http-server", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-filters-helpers", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-guice", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-java", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-java-forms", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-logback", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-server", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-test", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "sbt-plugin", version = "2.9." }
]

updatePullRequests = never

0 comments on commit eeb5d7a

Please sign in to comment.