diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index c17dba63..1268260c 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -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