Skip to content

Commit 041dd0e

Browse files
committed
configure scala-steward message and pin to scala3 LTS
1 parent a303d48 commit 041dd0e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/scala-steward.conf

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
commits.message = "[build] ${default}"
2+
3+
pullRequests.customLabels = [ "library-update" ]
4+
5+
updates.pin = [
6+
{ groupId = "org.scala-lang", artifactId="scala3-library", version = "3.3." },
7+
{ groupId = "org.scala-lang", artifactId="scala3-library_sjs1", version = "3.3." },
8+
]

0 commit comments

Comments
 (0)