From 0f398e3829cfca831a5cfbfcf04659b94b0a8c13 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Mon, 6 May 2024 11:26:48 +0200 Subject: [PATCH] Add pins to scala steward config --- .github/scala-steward.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index ee3391a8..3515a5a3 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -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