From b3d96be29a81fdf5f772b397cf7e5c911d8b1209 Mon Sep 17 00:00:00 2001 From: Louis Zanella Date: Wed, 13 Nov 2024 08:20:06 -0500 Subject: [PATCH] Create the 'test-dependencies' NuGet group in dependabot.yml (#784) Bundle updates of test dependencies together. --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 86ea9be6..33f64638 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -46,3 +46,10 @@ updates: - 'System.*' exclude-patterns: - 'Microsoft.Playwright' + test-dependencies: + patterns: + - 'coverlet.collector' + - 'FluentAssertions' + - 'Microsoft.Playwright' + - 'NSubstitute' + - '*NUnit*'