From b8e197f76182ed665f312abb8db968c4c71402c0 Mon Sep 17 00:00:00 2001 From: "nmc.borst" Date: Tue, 27 Jan 2026 19:00:05 +0100 Subject: [PATCH] Add configuration for Scala Steward pull requests --- .scala-steward.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .scala-steward.conf diff --git a/.scala-steward.conf b/.scala-steward.conf new file mode 100644 index 0000000..f2daafc --- /dev/null +++ b/.scala-steward.conf @@ -0,0 +1,3 @@ +pullRequests.grouping = [ + { name = "dependencies", title = "dependency updates", "filter" = [{"group" = "*"}] } +]