We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e2336 commit 49d803cCopy full SHA for 49d803c
.scala-steward.conf
@@ -1,2 +1,6 @@
1
updatePullRequests = "always"
2
+updates.ignore = [
3
+ {groupId = "org.scalatest", artifactId = "scalatest" },
4
+ {groupId = "org.slf4j"}
5
+]
6
commits.message = "build: Update ${artifactName} from ${currentVersion} to ${nextVersion}"
0 commit comments