This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 1812f408b Manage Pekko upgrades explicitly (#1103)
1812f408b is described below

commit 1812f408b2e6c6b92031ba9af431625bc5759591
Author: PJ Fanning <pjfann...@users.noreply.github.com>
AuthorDate: Sun Jul 6 15:27:25 2025 +0100

    Manage Pekko upgrades explicitly (#1103)
---
 .scala-steward.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.scala-steward.conf b/.scala-steward.conf
index 40749e048..bd1cca9e1 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -42,6 +42,8 @@ updates.pin  = [
 ]
 
 updates.ignore = [
+  # Manage Pekko upgrades explicitly
+  { groupId = "org.apache.pekko" }
   # https://github.com/apache/pekko-connectors/issues/61
   { groupId = "org.apache.hbase" }
   { groupId = "org.apache.hadoop" }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pekko.apache.org
For additional commands, e-mail: commits-h...@pekko.apache.org

Reply via email to