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
Dependabot ignore packages that impact customer compatibility
  • Loading branch information
MattKotsenas committed Jun 17, 2024
commit 56c8b2927d004c7f3f75bd4715a73a0e7f8680a7
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"