Skip to content

Commit

Permalink
Configure groups for dependabot
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed Jul 4, 2023
1 parent b833839 commit ba6320f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
# Groups are updated together in one pull request
groups:
otel:
patterns:
- "go.opentelemetry.io/otel*"
otel-collector:
patterns:
- "go.opentelemetry.io/collector*"
- "github.com/open-telemetry/opentelemetry-collector-contrib/*"
go-openapi:
patterns:
- "github.com/go-openapi/*"
hashicorp:
patterns:
- "github.com/hashicorp/*"

- package-ecosystem: "github-actions"
directory: "/"
Expand Down

0 comments on commit ba6320f

Please sign in to comment.