Skip to content

Commit

Permalink
Create the 'test-dependencies' NuGet group in dependabot.yml (#784)
Browse files Browse the repository at this point in the history
Bundle updates of test dependencies together.
  • Loading branch information
louis-z authored Nov 13, 2024
1 parent 9f19cb2 commit b3d96be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,10 @@ updates:
- 'System.*'
exclude-patterns:
- 'Microsoft.Playwright'
test-dependencies:
patterns:
- 'coverlet.collector'
- 'FluentAssertions'
- 'Microsoft.Playwright'
- 'NSubstitute'
- '*NUnit*'

0 comments on commit b3d96be

Please sign in to comment.