We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99aafbd commit b7e0687Copy full SHA for b7e0687
1 file changed
.github/dependabot.yml
@@ -19,3 +19,7 @@ updates:
19
directory: /
20
schedule:
21
interval: monthly
22
+ ignore:
23
+ - dependency-name: Microsoft.CodeAnalysis* # We intentionally target older VS versions.
24
+ - dependency-name: Microsoft.Bcl.AsyncInterfaces # We want to match the minimum target .NET runtime
25
+ - dependency-name: System.Collections.Immutable # We want to match the minimum target .NET runtime
0 commit comments