From 9f02bebe4ac84a6315aa7e0f87b233e69bfc1bc1 Mon Sep 17 00:00:00 2001 From: Archi Date: Tue, 29 Jun 2021 13:15:57 +0200 Subject: [PATCH] Group MSTest packages together As per advice in https://github.com/microsoft/testfx/issues/895#issuecomment-870457008 --- .github/renovate.json | 3 ++- Directory.Packages.props | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 1e52e9195..1707a4eae 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -18,7 +18,8 @@ }, { "allowedVersions": "<= 2.2.4", - "matchPackageNames": [ "MSTest.TestAdapter" ] + "groupName": "MSTest packages", + "matchPackagePatterns": ["^MSTest\..+"] } ] } diff --git a/Directory.Packages.props b/Directory.Packages.props index 6c3e242e4..eeabf70cf 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -8,7 +8,7 @@ - +