From 4b6e659c83b9f0f8600418bee2654aab7a51fc6e Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Mon, 25 May 2020 15:17:56 +0200 Subject: [PATCH] Scala Steward once per once --- .scala-steward.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.scala-steward.conf b/.scala-steward.conf index 9fe6a9ba2b..4cc938e48a 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -1,3 +1,5 @@ +pullRequests.frequency = "@monthly" + updates.ignore = [ { groupId = "com.google.protobuf", artifactId = "protobuf-java" }, { groupId = "org.scalameta", artifactId = "scalafmt-core" }, @@ -17,3 +19,4 @@ updates.ignore = [ { groupId = "org.mockito", artifactId = "mockito-core" } ] +updatePullRequests = false