Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Feb 17, 2024
1 parent a50b420 commit 3fdd2a0
Showing 1 changed file with 24 additions and 17 deletions.
41 changes: 24 additions & 17 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,27 @@

version: 2
updates:
- package-ecosystem: "nuget" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
groups:
event-bus:
patterns: ["Tingle.EventBus.*"]
microsoft:
patterns: ["Microsoft.*"]
system:
patterns: ["System.*"]
tingle:
patterns:
- "Tingle.AspNetCore.*"
- "Tingle.Extensions.*"
xunit:
patterns: ["Xunit*"]
- package-ecosystem: "nuget" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
time: "02:00"
groups:
event-bus:
patterns: ["Tingle.EventBus.*"]
microsoft:
patterns: ["Microsoft.*"]
system:
patterns: ["System.*"]
tingle:
patterns:
- "Tingle.AspNetCore.*"
- "Tingle.Extensions.*"
xunit:
patterns: ["Xunit*"]
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
time: "02:00"
open-pull-requests-limit: 10

0 comments on commit 3fdd2a0

Please sign in to comment.