From c727ca992eec3ec3089f484b04b44f2c1522e472 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Tue, 23 Dec 2025 17:29:07 +0100 Subject: [PATCH] Add scala-steward conf --- .github/scala-steward.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/scala-steward.conf 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