Skip to content

Commit

Permalink
Ignore System.Text.Json/System.Net.Http.Json updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Pliner committed Jan 5, 2023
1 parent b8909d7 commit f9a6f42
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: System.Text.Json
versions:
- ">= 6.a"
- "< 8"
- dependency-name: System.Net.Http.Json
versions:
- ">= 6.a"
- "< 8"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Text.Json" Version="7.0.1" />
<PackageReference Include="System.Text.Json" Version="6.0.0" />
<PackageReference Include="FluentAssertions" Version="6.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="xunit" Version="2.4.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="NullGuard.Fody" Version="3.1.0" PrivateAssets="All" />
<PackageReference Include="System.Text.Json" Version="6.0.*" />
<PackageReference Include="System.Text.Json" Version="6.0.0" />
<PackageReference Include="System.Net.Http.Json" Version="6.0.0" />
</ItemGroup>

</Project>

0 comments on commit f9a6f42

Please sign in to comment.