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