Skip to content

Commit

Permalink
ci: adds dependabot groups to reduce the amount of pull requests
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <[email protected]>
  • Loading branch information
baywet committed Aug 14, 2024
1 parent c90e964 commit 60cc429
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 60cc429

Please sign in to comment.