From 912987d3cf7e48adc38d197305a9053990a8f56c Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Fri, 19 May 2023 16:57:41 +0200 Subject: [PATCH] Group jest packages (#5477) --- .github/renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 51ae0560d30..ce9c3f63d12 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -36,6 +36,11 @@ { "packageNames": ["typescript"], "matchUpdateTypes": "patch" + }, + { + "groupName": "jest", + "packageNames": ["@types/jest", "jest", "ts-jest", "jest-preset-angular"], + "matchUpdateTypes": "major" } ], "ignoreDeps": [