Skip to content

Commit

Permalink
Merge pull request #1528 from microsoft/feature/dependabot-groups
Browse files Browse the repository at this point in the history
ci: adds dependabot groups to reduce the amount of pull requests
  • Loading branch information
baywet authored Aug 14, 2024
2 parents c90e964 + 60cc429 commit 868bf7f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ updates:
interval: daily
time: "09:00" # 9am UTC
open-pull-requests-limit: 10
groups:
junit-dependencies:
patterns:
- "*junit*"
open-telemetry:
patterns:
- "*opentelemetry*"
- package-ecosystem: gradle
directories:
- "/components/abstractions/android"
Expand All @@ -34,3 +41,10 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
groups:
junit-dependencies:
patterns:
- "*junit*"
open-telemetry:
patterns:
- "*opentelemetry*"

0 comments on commit 868bf7f

Please sign in to comment.