Skip to content

Commit 12650c5

Browse files
committed
ignore fluent assertions
1 parent bd4785f commit 12650c5

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ updates:
1818
nuget:
1919
patterns:
2020
- "*"
21+
ignore:
22+
- dependency-name: "FluentAssertions"
2123

2224
- package-ecosystem: "github-actions"
2325
directory: "/"

GithubBackup.sln

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ EndProject
2626
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GithubBackup.Cli.Tests", "GithubBackup.Cli.Tests\GithubBackup.Cli.Tests.csproj", "{964A4A65-0E9B-4103-9085-B9F458BEA48D}"
2727
EndProject
2828
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{23207BF5-FFD0-40C9-BA21-614488CD4886}"
29+
ProjectSection(SolutionItems) = preProject
30+
.github\dependabot.yml = .github\dependabot.yml
31+
EndProjectSection
2932
EndProject
3033
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{0130B520-705C-4BF2-A919-C4FBF31D40BF}"
3134
ProjectSection(SolutionItems) = preProject

0 commit comments

Comments
 (0)