Skip to content

Commit

Permalink
Ignore FluentAssertions in Dependabot config (#16605)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-c-martin authored Mar 12, 2025
1 parent c306107 commit eebe6ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ updates:
day: "sunday"
ignore:
- dependency-name: "Moq"
- dependency-name: "FluentAssertions"
- package-ecosystem: "nuget"
directory: "/src/vs-bicep"
schedule:
interval: "weekly"
day: "sunday"
ignore:
- dependency-name: "Moq"
- dependency-name: "FluentAssertions"
# This causes problems with the mirror build because it tends to pull in Roslyn versions that are incompatible (ADO seems to lag behind the versions used in github actions)
- dependency-name: "Microsoft.CodeAnalysis.CSharp.CodeStyle"
labels:
Expand Down

0 comments on commit eebe6ab

Please sign in to comment.