diff --git a/.scala-steward.conf b/.scala-steward.conf new file mode 100644 index 0000000..c17dba6 --- /dev/null +++ b/.scala-steward.conf @@ -0,0 +1,7 @@ +pullRequests.frequency = "@monthly" + +commits.message = "${artifactName} ${nextVersion} (was ${currentVersion})" + +pullRequests.grouping = [ + { name = "patches", "title" = "Patch updates", "filter" = [{"version" = "patch"}] } +]