Skip to content

Commit 6ffd6b7

Browse files
2 parents 5225b91 + 8ede627 commit 6ffd6b7

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.github/dependabot.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "nuget"
9+
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "daily"

src/ProtobufDecoder/ProtobufDecoder.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Google.Protobuf" Version="3.17.3" />
8+
<PackageReference Include="Google.Protobuf" Version="3.19.1" />
99
</ItemGroup>
1010
</Project>

test/ProtobufDecoder.Application.Wpf.Test.Unit/ProtobufDecoder.Application.Wpf.Test.Unit.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
<PrivateAssets>all</PrivateAssets>
1616
</PackageReference>
17-
<PackageReference Include="coverlet.collector" Version="3.0.2">
17+
<PackageReference Include="coverlet.collector" Version="3.1.0">
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
<PrivateAssets>all</PrivateAssets>
2020
</PackageReference>

test/ProtobufDecoder.Test.Unit/ProtobufDecoder.Test.Unit.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
<PrivateAssets>all</PrivateAssets>
1616
</PackageReference>
17-
<PackageReference Include="coverlet.collector" Version="3.0.2">
17+
<PackageReference Include="coverlet.collector" Version="3.1.0">
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
<PrivateAssets>all</PrivateAssets>
2020
</PackageReference>
2121
<PackageReference Include="FluentAssertions" Version="6.2.0" />
22-
<PackageReference Include="Google.Protobuf" Version="3.17.3" />
22+
<PackageReference Include="Google.Protobuf" Version="3.19.1" />
2323
</ItemGroup>
2424

2525
<ItemGroup>

0 commit comments

Comments
 (0)