From ddc343aac8e10eff11de377cb2a5251d971db288 Mon Sep 17 00:00:00 2001 From: Eric K Richardson Date: Fri, 4 Oct 2024 09:50:56 -0700 Subject: [PATCH] Add Scala Steward Conf file for PR updates (#399) * Add Scala Steward conf so PRs are updated * Add new line --- .scala-steward.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 .scala-steward.conf diff --git a/.scala-steward.conf b/.scala-steward.conf new file mode 100644 index 00000000..18089335 --- /dev/null +++ b/.scala-steward.conf @@ -0,0 +1 @@ +updatePullRequests = "always"