Skip to content

Commit 56cefe2

Browse files
authored
Merge pull request #648 from scala-js/topic/ignore-sjs-updates
Steward should ignore Scala.js updates
2 parents 7a983a2 + b847ddb commit 56cefe2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.scala-steward.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
updates.ignore = [
2-
{ groupId = "org.scala-lang" }
2+
{ groupId = "org.scala-lang" },
3+
{ groupId = "org.scala-js" }
34
]

0 commit comments

Comments
 (0)