Skip to content

Commit

Permalink
Dependabot (#330)
Browse files Browse the repository at this point in the history
* Dependabot

* Update dependabot.yml
  • Loading branch information
sailro authored Jun 3, 2024
1 parent 6723723 commit 7357e9d
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
---
version: 2
updates:
— package-ecosystem: "nuget"
directory: "/src"
interval: "daily"
updates:
- package-ecosystem: "github-actions"
directory: "/.github"
schedule:
interval: "weekly"
- package-ecosystem: "nuget"
directory: "/src"
schedule:
interval: "weekly"
groups:
roslyn:
patterns:
- "Microsoft.CodeAnalysis*"
vssdk:
patterns:
- "Microsoft.VisualStudio*"
- "Microsoft.VSSDK*"
tests:
patterns:
- "xunit*"

0 comments on commit 7357e9d

Please sign in to comment.