mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-12 10:04:29 +02:00
3b3c263d9a
Add check for github-actions. Add missing examples and SDK go.mod Remove redundant comments. Change check to be weekly on Sunday to reduce load and churn. Sort alphanumerically. Add check to Makefile to ensure if there is a `go.mod` file there is a dependabot entry for that directory.
91 lines
2.3 KiB
YAML
91 lines
2.3 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: "/tools"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "sunday"
|
|
|