Skip to content

Commit

Permalink
ci(dependabot): groups
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Feb 7, 2024
1 parent 26b2cca commit d2e6702
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 @@ -4,10 +4,28 @@ updates:
directory: "/"
schedule:
interval: daily
groups:
opentelemetry:
patterns:
- "go.opentelemetry.io/otel"
- "go.opentelemetry.io/otel/*"
- "go.opentelemetry.io/contrib/*"
golang:
patterns:
- "golang.org/x/*"
- package-ecosystem: gomod
directory: "_tools"
schedule:
interval: daily
groups:
opentelemetry:
patterns:
- "go.opentelemetry.io/otel"
- "go.opentelemetry.io/otel/*"
- "go.opentelemetry.io/contrib/*"
golang:
patterns:
- "golang.org/x/*"
- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down

0 comments on commit d2e6702

Please sign in to comment.