From 7ce26f7aea6ec5d6a9e36b97115b43785d1d6221 Mon Sep 17 00:00:00 2001 From: Andreas Coroiu Date: Wed, 30 Oct 2024 14:00:08 +0100 Subject: [PATCH] Group macOS bindings (#11785) * fix: group `security-framework` and `security-framework-sys` dependency in renovate * reactor: rename to macOS/iOS bindings --- .github/renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 562622807c..b044212e58 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -35,6 +35,10 @@ "matchPackageNames": ["@types/jest", "jest", "ts-jest", "jest-preset-angular"], "matchUpdateTypes": "major" }, + { + "groupName": "macOS/iOS bindings", + "matchPackageNames": ["core-foundation", "security-framework", "security-framework-sys"] + }, { "matchPackageNames": [ "@ngtools/webpack",