Skip to content

Commit

Permalink
fix dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson committed Sep 3, 2023
1 parent 67fd693 commit 3affa6b
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ updates:
directory: "/"
schedule:
interval: weekly
patterns:
- "Microsoft.CodeAnalysis"
- "Microsoft.CodeAnalysis.CSharp"
- "Microsoft.CodeAnalysis*"
- "Microsoft*"
- "System*"
- "MSTest*"
groups:
microsoft:
patterns:
- "Microsoft.CodeAnalysis"
- "Microsoft.CodeAnalysis.CSharp"
- "Microsoft.CodeAnalysis*"
- "Microsoft*"
- "System*"
- "MSTest*"
open-pull-requests-limit: 20
- package-ecosystem: "github-actions"
directory: "/"
Expand Down

0 comments on commit 3affa6b

Please sign in to comment.