Skip to content

Commit 41316ef

Browse files
committed
chore: add setting to suppress FluentAssertions updates
1 parent 75174e1 commit 41316ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ updates:
1919
- "xunit"
2020
- "xunit.*"
2121
- "Verify.Xunit"
22+
ignore:
23+
- dependency-name: "FluentAssertions"
24+
update-types:
25+
- version-update:semver-major
2226

2327
- package-ecosystem: npm
2428
target-branch: main

0 commit comments

Comments
 (0)