Skip to content

Commit 50370b7

Browse files
Add Microsoft.CodeAnalysis.* to dependabot ignore list (#1009)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: eiriktsarpalis <[email protected]>
1 parent c94cb89 commit 50370b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ updates:
4444
- dependency-name: "Microsoft.IdentityModel.*"
4545
- dependency-name: "Microsoft.Bcl.*"
4646
- dependency-name: "Microsoft.SourceLink.*"
47+
# Ignore Roslyn/CodeAnalysis dependencies to maintain VS 2022 compatibility
48+
- dependency-name: "Microsoft.CodeAnalysis.*"
4749
# Ignore all System product dependencies except those explicitly in testing groups
4850
- dependency-name: "System.Diagnostics.*"
4951
- dependency-name: "System.IO.*"

0 commit comments

Comments
 (0)