Skip to content

Commit

Permalink
feature(#3): improved depandabot
Browse files Browse the repository at this point in the history
  • Loading branch information
snovak7 committed Sep 5, 2024
1 parent 99803e9 commit 460f2b6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,22 @@ updates:
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"
open-pull-requests-limit: 10
groups:
aspire:
patterns:
- "Aspire"
- "Aspire.*"
dotnet:
patterns:
- "Microsoft.*"
- "System.*"
open-telemetry:
patterns:
- "OpenTelemetry.*"
temporal:
patterns:
- "Temporalio"
- "Temporalio.*"

0 comments on commit 460f2b6

Please sign in to comment.