Skip to content

Commit

Permalink
ci: adds junit groups de reduce the number of pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Aug 14, 2024
1 parent c5a5878 commit 241b644
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ updates:
kiota-dependencies:
patterns:
- "*kiota*"
junit-dependencies:
patterns:
- "*junit*"
open-telemetry:
patterns:
- "*opentelemetry*"
- package-ecosystem: gradle
directory: "/android"
schedule:
Expand All @@ -22,6 +28,12 @@ updates:
kiota-dependencies:
patterns:
- "*kiota*"
junit-dependencies:
patterns:
- "*junit*"
open-telemetry:
patterns:
- "*opentelemetry*"
- package-ecosystem: maven
directory: "/"
schedule:
Expand All @@ -31,6 +43,12 @@ updates:
kiota-dependencies:
patterns:
- "*kiota*"
junit-dependencies:
patterns:
- "*junit*"
open-telemetry:
patterns:
- "*opentelemetry*"
- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down

0 comments on commit 241b644

Please sign in to comment.