We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8dd9b commit 50ab28cCopy full SHA for 50ab28c
.github/dependabot.yml
@@ -0,0 +1,20 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: nuget
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ open-pull-requests-limit: 10
8
+ ignore:
9
+ - dependency-name: Microsoft.AspNetCore
10
+ versions:
11
+ - "> 2.0.0"
12
+ - dependency-name: Microsoft.AspNetCore.Mvc
13
14
15
+ - dependency-name: Microsoft.AspNetCore.Mvc.Razor.ViewCompilation
16
17
18
+ - dependency-name: Microsoft.AspNetCore.StaticFiles
19
20
0 commit comments