From b3944fa020edca2ca49c672de62cf63089531065 Mon Sep 17 00:00:00 2001 From: danicheg Date: Mon, 25 Apr 2022 19:14:22 +0300 Subject: [PATCH] Add Scala Steward conf --- .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 0000000000..035fae7f2c --- /dev/null +++ b/.scala-steward.conf @@ -0,0 +1,3 @@ +updates.ignore = [ + { groupId = "co.fs2", artifactId = "fs2-core" } +] \ No newline at end of file