Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 11 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,23 @@ updates:
# Ignore github.com/docker/docker, since it should be updated alongside github.com/google/go-containerregistry
- dependency-name: github.com/docker/docker
groups:
github.com:
gomod:
patterns:
- "github.com*"
- "go.opentelemetry.io*"
- "golang*"
- "google*"
- "fortio.org*"
- "gopkg.in*"
- "helm.sh*"
- "gomodules.xyz"
exclude-patterns:
# Exclude envoyproxy/go-control-plane, since it needs more work to update
- "github.com/envoyproxy/go-control-plane*"
k8s.io:
patterns:
- "k8s.io/*"
- "sigs.k8s.io/*"
go.opentelemetry.io:
patterns:
- "go.opentelemetry.io*"
# Merge golang/google groups into group, since it should be updated alongside opentelemetry
- "golang*"
- "google*"
- package-ecosystem: pip
directories:
- /tools/src/codespell
Expand Down