From a28633353a1d56f8f366459adfa25f3389fa42c3 Mon Sep 17 00:00:00 2001 From: Felipe Santos <felipecassiors@gmail.com> Date: Tue, 3 Dec 2024 13:27:41 -0300 Subject: [PATCH] feat(preset): Add powermock monorepo group (#32876) --- lib/data/monorepo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/data/monorepo.json b/lib/data/monorepo.json index a7aef0762a..67cecd213f 100644 --- a/lib/data/monorepo.json +++ b/lib/data/monorepo.json @@ -442,6 +442,7 @@ "pollyjs": "https://github.com/Netflix/pollyjs", "pothos": "https://github.com/hayes/pothos", "pouchdb": "https://github.com/pouchdb/pouchdb", + "powermock": "https://github.com/powermock/powermock", "prisma": "https://github.com/prisma/prisma", "prometheus-net": "https://github.com/prometheus-net/prometheus-net", "promster": "https://github.com/tdeekens/promster", -- GitLab