Update dependabot ignore data

This commit is contained in:
Rich Lander 2020-11-24 21:37:43 -08:00
parent 7ffd633e24
commit b5ca8283de
4 changed files with 2335 additions and 23 deletions

View file

@ -1,3 +0,0 @@
# generated by dependadotnet
# https://github.com/dotnet/core/tree/master/samples/dependadotnet
version: 2

View file

@ -39,7 +39,7 @@ WriteLine(topMatter);
// will change this location in a subsequent update
string packagesJsonUrl = "https://gist.githubusercontent.com/richlander/b6e9d0a2550396813c8899dc8b20748d/raw/2cc3b59314b39ac27442453ce7a1419fd4305b6a/packages.json";
string packagesJsonUrl = "https://gist.githubusercontent.com/richlander/b6e9d0a2550396813c8899dc8b20748d/raw/e4547e94c16e6b0a7749f33c20f981afe5de9188/packages.json";
Dictionary<string, string[]> packageIgnore = await GetPackagesInfo(packagesJsonUrl);
string validPackageReference = @"PackageReference.*Version=""[0-9]";
string packageReference = @"PackageReference Include=""";

File diff suppressed because it is too large Load diff

View file

@ -1,19 +0,0 @@
{
"packages" :
[
{
"name" : "Microsoft.AspNetCore.Mvc.NewtonsoftJson",
"mapping" :
[
{
"targetFramework" : "netcoreapp3.0",
"ignore" : ["3.1.*", "5.*"]
},
{
"targetFramework" : "netcoreapp3.1",
"ignore" : ["5.*"]
}
]
}
]
}