diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..0847b3e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# 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://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "nuget" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" + target-branch: "dev" diff --git a/src/Signal9.Agent.Functions/Signal9.Agent.Functions.csproj b/src/Signal9.Agent.Functions/Signal9.Agent.Functions.csproj index d7819ae..cbad82b 100644 --- a/src/Signal9.Agent.Functions/Signal9.Agent.Functions.csproj +++ b/src/Signal9.Agent.Functions/Signal9.Agent.Functions.csproj @@ -18,7 +18,7 @@ - + diff --git a/src/Signal9.Agent.Functions/Signal9.RMM.Functions.csproj b/src/Signal9.Agent.Functions/Signal9.RMM.Functions.csproj index d7819ae..cbad82b 100644 --- a/src/Signal9.Agent.Functions/Signal9.RMM.Functions.csproj +++ b/src/Signal9.Agent.Functions/Signal9.RMM.Functions.csproj @@ -18,7 +18,7 @@ - + diff --git a/src/Signal9.Shared/Signal9.Shared.csproj b/src/Signal9.Shared/Signal9.Shared.csproj index 22257f8..13bdbc0 100644 --- a/src/Signal9.Shared/Signal9.Shared.csproj +++ b/src/Signal9.Shared/Signal9.Shared.csproj @@ -11,6 +11,7 @@ + diff --git a/src/Signal9.Web.Functions/Signal9.Web.Functions.csproj b/src/Signal9.Web.Functions/Signal9.Web.Functions.csproj index 59951e0..48b924b 100644 --- a/src/Signal9.Web.Functions/Signal9.Web.Functions.csproj +++ b/src/Signal9.Web.Functions/Signal9.Web.Functions.csproj @@ -17,7 +17,7 @@ - +