Skip to content

Commit

Permalink
chore: ignore Microsoft.CodeAnalysis.CSharp dep
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler committed Nov 23, 2023
1 parent a84c13f commit c67a9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"extends": ["github>buehler/renovate-config", ":disableMajorUpdates"],
"ignorePaths": ["_old/", "examples/"],
"dotnet": {
"ignoreDeps": ["StyleCop.Analyzers"]
"ignoreDeps": ["StyleCop.Analyzers", "Microsoft.CodeAnalysis.CSharp"]
}
}

0 comments on commit c67a9a8

Please sign in to comment.