Skip to content

Commit

Permalink
Improve .scala-steward.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Oct 13, 2023
1 parent 185a5a3 commit 9d97213
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
pullRequests.frequency = "@monthly"

updates.ignore = [
{ groupId = "com.google.protobuf", artifactId = "protobuf-java" }
{ groupId = "org.scalameta", artifactId = "scalafmt-core" }
{ groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
// these will get updated along with jackson-core, so no need to update them
Expand All @@ -17,7 +14,6 @@ updates.ignore = [
{ groupId = "com.typesafe.sbt", artifactId = "sbt-osgi" }
{ groupId = "org.agrona", artifactId = "agrona" }
{ groupId = "org.mockito", artifactId = "mockito-core" }
{ groupId = "com.typesafe.sbt", artifactId = "sbt-osgi" }
]

updatePullRequests = false
updatePullRequests = "always"

0 comments on commit 9d97213

Please sign in to comment.