Skip to content

Commit

Permalink
Group updates on main modules (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
mx-psi committed Jun 26, 2024
1 parent 4921bdf commit 6e80d7e
Showing 1 changed file with 7 additions and 29 deletions.
36 changes: 7 additions & 29 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,42 +1,20 @@
version: 2
updates:
- package-ecosystem: gomod
directory: /pkg/otlp/metrics
directories:
- /pkg/otlp/metrics
- /pkg/otlp/attributes
- /pkg/quantile
- /pkg/internal/sketchtest
- /pkg/inframetadata
- /pkg/otlp/logs
labels:
- dependencies
schedule:
interval: weekly
ignore:
# Ignore internal modules
- dependency-name: github.com/DataDog/opentelemetry-mapping-go/*
- package-ecosystem: gomod
directory: /pkg/otlp/attributes
labels:
- dependencies
ignore:
# Ignore internal modules
- dependency-name: github.com/DataDog/opentelemetry-mapping-go/*
schedule:
interval: weekly
- package-ecosystem: gomod
directory: /pkg/quantile
labels:
- dependencies
ignore:
# Ignore internal modules
- dependency-name: github.com/DataDog/opentelemetry-mapping-go/*
schedule:
interval: weekly
open-pull-requests-limit: 100
- package-ecosystem: gomod
directory: /pkg/internal/sketchtest
labels:
- dependencies
ignore:
# Ignore internal modules
- dependency-name: github.com/DataDog/opentelemetry-mapping-go/*
schedule:
interval: weekly
open-pull-requests-limit: 100
- package-ecosystem: gomod
directory: /internal/tools
Expand Down

0 comments on commit 6e80d7e

Please sign in to comment.