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"