Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,13 @@ updates:
schedule:
interval: "daily"
time: "08:30"
ignore:
# Microsoft.CodeAnalysis.* packages defined in the analyzer project can impact compatibility with older SDKs for
# our users. We don't want to bump these without first considering the user impact.
#
# We don't wildcard Microsoft.CodeAnalysis.* here though, as there are testing libraries and analyzers that
# can be upgraded without impacting our users.
- dependency-name: "Microsoft.CodeAnalysis.CSharp"
- dependency-name: "Microsoft.CodeAnalysis.CSharp.Workspaces"
- dependency-name: "Microsoft.CodeAnalysis.Common"
- dependency-name: "Microsoft.CodeAnalysis.Workspaces.Common"