diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..4e0aa32 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "nuget" + directory: "/" # Location of package manifests + schedule: + interval: "daily" diff --git a/src/ProtobufDecoder/ProtobufDecoder.csproj b/src/ProtobufDecoder/ProtobufDecoder.csproj index 580d335..da15762 100644 --- a/src/ProtobufDecoder/ProtobufDecoder.csproj +++ b/src/ProtobufDecoder/ProtobufDecoder.csproj @@ -5,6 +5,6 @@ - + diff --git a/test/ProtobufDecoder.Application.Wpf.Test.Unit/ProtobufDecoder.Application.Wpf.Test.Unit.csproj b/test/ProtobufDecoder.Application.Wpf.Test.Unit/ProtobufDecoder.Application.Wpf.Test.Unit.csproj index 8e9e521..b57ee89 100644 --- a/test/ProtobufDecoder.Application.Wpf.Test.Unit/ProtobufDecoder.Application.Wpf.Test.Unit.csproj +++ b/test/ProtobufDecoder.Application.Wpf.Test.Unit/ProtobufDecoder.Application.Wpf.Test.Unit.csproj @@ -14,7 +14,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/test/ProtobufDecoder.Test.Unit/ProtobufDecoder.Test.Unit.csproj b/test/ProtobufDecoder.Test.Unit/ProtobufDecoder.Test.Unit.csproj index 7182464..0b4f645 100644 --- a/test/ProtobufDecoder.Test.Unit/ProtobufDecoder.Test.Unit.csproj +++ b/test/ProtobufDecoder.Test.Unit/ProtobufDecoder.Test.Unit.csproj @@ -14,12 +14,12 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all - +