Skip to content

Commit c67a9a8

Browse files
committed
chore: ignore Microsoft.CodeAnalysis.CSharp dep
1 parent a84c13f commit c67a9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"extends": ["github>buehler/renovate-config", ":disableMajorUpdates"],
44
"ignorePaths": ["_old/", "examples/"],
55
"dotnet": {
6-
"ignoreDeps": ["StyleCop.Analyzers"]
6+
"ignoreDeps": ["StyleCop.Analyzers", "Microsoft.CodeAnalysis.CSharp"]
77
}
88
}

0 commit comments

Comments
 (0)