diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4934249e3f9..b2640cce911 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,4 +9,11 @@ updates: directory: "/" schedule: interval: "daily" + open-pull-requests-limit: 1 + - package-ecosystem: "nuget" + directory: "/src/Authentication/Authentication.Test" + schedule: + interval: "daily" + allow: + - dependency-name: "Moq" open-pull-requests-limit: 1 \ No newline at end of file diff --git a/src/Authentication/Authentication.Core/Microsoft.Graph.Authentication.Core.csproj b/src/Authentication/Authentication.Core/Microsoft.Graph.Authentication.Core.csproj index e2e7422bdcf..fd2f232daa2 100644 --- a/src/Authentication/Authentication.Core/Microsoft.Graph.Authentication.Core.csproj +++ b/src/Authentication/Authentication.Core/Microsoft.Graph.Authentication.Core.csproj @@ -13,7 +13,7 @@ - + diff --git a/src/Authentication/Authentication.Test/Microsoft.Graph.Authentication.Test.csproj b/src/Authentication/Authentication.Test/Microsoft.Graph.Authentication.Test.csproj index 8a3d6c004f8..8f6dc50c09f 100644 --- a/src/Authentication/Authentication.Test/Microsoft.Graph.Authentication.Test.csproj +++ b/src/Authentication/Authentication.Test/Microsoft.Graph.Authentication.Test.csproj @@ -7,8 +7,8 @@ - - + + all