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*'