Skip to content

Commit

Permalink
Merge pull request #2120 from microsoftgraph/feature/dependabot-junit
Browse files Browse the repository at this point in the history
ci: adds junit groups de reduce the number of pull requests
  • Loading branch information
baywet authored Aug 14, 2024
2 parents c5a5878 + 241b644 commit e40be8f
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 e40be8f

Please sign in to comment.