From 7afb1cd71c9e812c6fc8e3a32f3d18f2f90e2128 Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Thu, 19 Nov 2020 06:29:29 -0800 Subject: [PATCH] Add ignore properties (#4001) --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a77c2371901..65e23bfaebc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,6 +26,9 @@ updates: interval: "weekly" day: "wednesday" open-pull-requests-limit: 5 + ignore: + - dependency-name: "Microsoft.AspNetCore.Mvc.NewtonsoftJson" + versions: ["5.*"] - package-ecosystem: "nuget" directory: "/core/mono-samples/iOS" #iOSSampleApp.csproj schedule: