Skip to content

Commit

Permalink
Merge pull request #505 from mkurz/scala-steward_pins_60x
Browse files Browse the repository at this point in the history
[6.0.x] Add pins to scala steward config
  • Loading branch information
mkurz authored May 6, 2024
2 parents dc2cdbd + 0f398e3 commit ed93d1d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,13 @@ commits.message = "[6.0.x] ${artifactName} ${nextVersion} (was ${currentVersion}
pullRequests.grouping = [
{ name = "patches", "title" = "[6.0.x] Patch updates", "filter" = [{"version" = "patch"}] }
]

updates.pin = [
{ groupId = "com.typesafe.play", artifactId = "play-ahc-ws", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-docs-sbt-plugin", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-netty-server", version = "2.9." },
{ groupId = "com.typesafe.play", artifactId = "play-test", version = "2.9." },
{ groupId = "org.seleniumhq.selenium", version = "4.14." }
]

updatePullRequests = never

0 comments on commit ed93d1d

Please sign in to comment.