Skip to content

Commit 25c7c99

Browse files
authored
Merge pull request #399 from ennru/steward
Make Scala Steward less agressive
2 parents aa15b5c + 476ac41 commit 25c7c99

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.scala-steward.conf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pullRequests.frequency = "@monthly"
2+
3+
updates.ignore = [
4+
{ groupId = "org.scalameta", artifactId = "scalafmt-core" }
5+
]
6+
7+
commits.message = "${artifactName} ${nextVersion} (was ${currentVersion})"

0 commit comments

Comments
 (0)