diff --git a/.github/dependabot.yml b/.github/dependabot.yml index efbca6d66..abf42c5b4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,15 @@ updates: directory: "/" schedule: interval: daily + groups: + MSTestFramework: + patterns: + - "Microsoft.NET.Test*" + - "MSTest.*" + NUnitTestFramework: + patterns: + - "NUnit*" + open-pull-requests-limit: 10 - package-ecosystem: github-actions directory: "/" diff --git a/GraphODataTemplateWriter.Test/GraphODataTemplateWriter.Test.csproj b/GraphODataTemplateWriter.Test/GraphODataTemplateWriter.Test.csproj index e9ed6f798..1fe61f038 100644 --- a/GraphODataTemplateWriter.Test/GraphODataTemplateWriter.Test.csproj +++ b/GraphODataTemplateWriter.Test/GraphODataTemplateWriter.Test.csproj @@ -18,10 +18,10 @@ - 3.7.1 + 3.8.3 - 3.7.3 + 3.8.2 \ No newline at end of file