Skip to content

Commit

Permalink
Merge pull request #506 from mkurz/scala-steward_pins
Browse files Browse the repository at this point in the history
Add pins to scala steward config
  • Loading branch information
mkurz committed May 6, 2024
2 parents 8e0dd9b + 331a579 commit b68cfb1
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 = "${artifactName} ${nextVersion} (was ${currentVersion})"
pullRequests.grouping = [
{ name = "patches", "title" = "Patch updates", "filter" = [{"version" = "patch"}] }
]

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

updatePullRequests = never

0 comments on commit b68cfb1

Please sign in to comment.