From 490ef1dab011601737b5043afe311785941fe3cc Mon Sep 17 00:00:00 2001 From: Andreas Coroiu Date: Fri, 21 Nov 2025 16:29:39 +0100 Subject: [PATCH] chore: ignore commercial sdk (#17585) --- .github/renovate.json5 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 6b34998b99..737ef5f708 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -435,5 +435,11 @@ description: "Higher versions of lowdb do not need separate types", }, ], - ignoreDeps: ["@types/koa-bodyparser", "bootstrap", "node-ipc", "@bitwarden/sdk-internal"], + ignoreDeps: [ + "@types/koa-bodyparser", + "bootstrap", + "node-ipc", + "@bitwarden/sdk-internal", + "@bitwarden/commercial-sdk-internal", + ], }