diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf new file mode 100644 index 0000000..ba46c9e --- /dev/null +++ b/.github/scala-steward.conf @@ -0,0 +1,12 @@ +commits.message = "${artifactName} ${nextVersion} (was ${currentVersion})" + +pullRequests.grouping = [ + { name = "patches", "title" = "Patch updates", "filter" = [{"version" = "patch"}] } +] + +buildRoots = [ ".", "test-project" ] + +updates.pin = [ +] + +updatePullRequests = never