Skip to content

Commit

Permalink
chore: group some dependencies to avoid excessive PRs
Browse files Browse the repository at this point in the history
Taken from the Claircore dependabot.yaml file, this change groups the
golang.org/x/* and go.opentelemetry.io/otel/*" dependency PRs.

Signed-off-by: crozzy <[email protected]>
  • Loading branch information
crozzy committed Nov 12, 2024
1 parent ee5524b commit 1d1551d
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,36 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
allow:
- dependency-type: "direct"
- dependency-type: "direct"
schedule:
interval: "weekly"
reviewers:
- "quay/babysitters"
commit-message:
prefix: "chore"
include: "scope"
groups:
otel:
patterns:
- "go.opentelemetry.io/otel/*"
golang-x:
patterns:
- "golang.org/x/*"
- package-ecosystem: "gomod"
directory: "/config"
allow:
- dependency-type: "direct"
- dependency-type: "direct"
schedule:
interval: "weekly"
reviewers:
- "quay/babysitters"
commit-message:
prefix: "chore"
include: "scope"
groups:
otel:
patterns:
- "go.opentelemetry.io/otel/*"
golang-x:
patterns:
- "golang.org/x/*"

0 comments on commit 1d1551d

Please sign in to comment.