Skip to content

Commit

Permalink
fix steward pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin authored Mar 17, 2022
1 parent 0a4dfc6 commit 1b49108
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
pullRequests.frequency = "0 0 1,15 * ?"
updates.ignore = [
{ groupId = "ch.epfl.scala", artifactId = "example-scalafix-rule" },

]
updates.pin = [
# JGit 6.x requires Java 11, see https://www.eclipse.org/lists/cross-project-issues-dev/msg18654.html
{ groupId = " org.eclipse.jgit", artifactId = "org.eclipse.jgit", version = "5." },
{ groupId = "org.eclipse.jgit", artifactId = "org.eclipse.jgit", version = "5." },
]

0 comments on commit 1b49108

Please sign in to comment.