mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-03-03 14:52:56 +02:00
It is not user-facing, so there is no reason to leave it in an importable location. Fixes #1126.
90 lines
2.4 KiB
YAML
90 lines
2.4 KiB
YAML
# To get started with Dependabot version updates, you'll need to specify which
|
|
# package ecosystems to update and where the package manifests are located.
|
|
# Please see the documentation for all configuration options:
|
|
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
# Workflow files stored in the
|
|
# default location of `.github/workflows`
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "sunday"
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "sunday"
|
|
- package-ecosystem: "gomod"
|
|
directory: "/bridge/opentracing"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "sunday"
|
|
- package-ecosystem: "gomod"
|
|
directory: "/example/basic"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "sunday"
|
|
- package-ecosystem: "gomod"
|
|
directory: "/example/jaeger"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "sunday"
|
|
- package-ecosystem: "gomod"
|
|
directory: "/example/namedtracer"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "sunday"
|
|
- package-ecosystem: "gomod"
|
|
directory: "/example/otel-collector"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "sunday"
|
|
- package-ecosystem: "gomod"
|
|
directory: "/example/prometheus"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "sunday"
|
|
- package-ecosystem: "gomod"
|
|
directory: "/example/zipkin"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "sunday"
|
|
- package-ecosystem: "gomod"
|
|
directory: "/exporters/metric/prometheus"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "sunday"
|
|
- package-ecosystem: "gomod"
|
|
directory: "/exporters/otlp"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "sunday"
|
|
- package-ecosystem: "gomod"
|
|
directory: "/exporters/stdout"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "sunday"
|
|
- package-ecosystem: "gomod"
|
|
directory: "/exporters/trace/jaeger"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "sunday"
|
|
- package-ecosystem: "gomod"
|
|
directory: "/exporters/trace/zipkin"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "sunday"
|
|
- package-ecosystem: "gomod"
|
|
directory: "/sdk"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "sunday"
|
|
- package-ecosystem: "gomod"
|
|
directory: "/internal/tools"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "sunday"
|