Skip to content

Commit

Permalink
dependabot: group dependencies and increase PR limit to 10 (#4245)
Browse files Browse the repository at this point in the history
groups the dependabot update PRs to make them more useful and not break things.

also bump the max open PRs to 10 so we can have 10 open PRs from dependabot.
  • Loading branch information
electron0zero authored Nov 4, 2024
1 parent 2b4368a commit 1bdb07e
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 @@ -7,6 +7,21 @@ updates:
directory: '/'
schedule:
interval: 'weekly'
open-pull-requests-limit: 10
groups:
opentelemetry-otel:
patterns:
- go.opentelemetry.io/otel/*
opentelemetry-contrib:
patterns:
- go.opentelemetry.io/contrib/*
- github.com/open-telemetry/opentelemetry-collector-contrib/*
opentelemetry-collector:
patterns:
- go.opentelemetry.io/collector/*
k8s.io:
patterns:
- k8s.io/*

- package-ecosystem: 'docker'
directory: '/'
Expand Down

0 comments on commit 1bdb07e

Please sign in to comment.