From d5ecfd16abd99f94a6587445d1e7424650288601 Mon Sep 17 00:00:00 2001
From: Felipe Santos <felipecassiors@gmail.com>
Date: Sat, 30 Nov 2024 06:50:11 -0300
Subject: [PATCH] feat(preset): Add jetty monorepo group (#32808)

---
 lib/data/monorepo.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/data/monorepo.json b/lib/data/monorepo.json
index 62a4be6f2b..5b7188bcfa 100644
--- a/lib/data/monorepo.json
+++ b/lib/data/monorepo.json
@@ -340,6 +340,7 @@
       "https://github.com/facebook/jest",
       "https://github.com/jestjs/jest"
     ],
+    "jetty": "https://github.com/jetty/jetty.project",
     "jna": "https://github.com/java-native-access/jna",
     "json-smart-v2": "https://github.com/netplex/json-smart-v2",
     "jsplumb": "https://github.com/jsplumb/jsplumb",
-- 
GitLab