From 23727d3f8402ad3fce1cf4586121e05bbe1c7137 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 22:23:49 +0000 Subject: [PATCH] Upgrade to GitHub-native Dependabot --- .github/dependabot.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index a6c668d..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,12 +0,0 @@ -version: 2 -updates: - # Dependencies of the WebApi-Test & WebApi project (the WebApi project is referenced via the "ProjectReference") - - package-ecosystem: "nuget" - directory: "/sources/ReleaseServer/ReleaseServer.WebApi.Test" - schedule: - interval: "daily" - open-pull-requests-limit: 10 - reviewers: - - tiwalter - ignore: - - dependency-name: "..\ReleaseServer.WebApi\ReleaseServer.WebApi.csproj"