From 594c9ed8e4454b6b973520a175db1732fad8dfd8 Mon Sep 17 00:00:00 2001 From: Jade Ferreira Date: Thu, 26 Dec 2024 12:07:03 -0300 Subject: [PATCH] feat(preset): Add oracle database jdbc and nls monorepo groups (#33287) --- lib/data/monorepo.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/data/monorepo.json b/lib/data/monorepo.json index cd24a7f83b2f8b..b31656a126b45d 100644 --- a/lib/data/monorepo.json +++ b/lib/data/monorepo.json @@ -604,6 +604,10 @@ "forge": "/^@forge//", "fullcalendar": "/^@fullcalendar//", "hotchocolate": "/^HotChocolate\\./", + "oracle-database": [ + "/^com.oracle.database.jdbc:/", + "/^com.oracle.database.nls:/" + ], "prometheus-simpleclient": "/^io.prometheus:simpleclient/", "russh": ["/^russh$/", "/^russh-keys$/"], "spfx": ["/^@microsoft/sp-/", "/^@microsoft/eslint-.+-spfx$/"],