Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ GORELEASER ?= goreleaser

# SRC_ROOT is the top of the source tree.
SRC_ROOT := $(shell git rev-parse --show-toplevel)

# renovate: datasource=github-releases depName=OCB packageName=open-telemetry/opentelemetry-collector
OTELCOL_BUILDER_VERSION ?= 0.139.0

OTELCOL_BUILDER_DIR ?= ${HOME}/bin
OTELCOL_BUILDER ?= ${OTELCOL_BUILDER_DIR}/ocb

Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@
"open-telemetry/opentelemetry-collector",
"/^go\\.opentelemetry\\.io/collector//",
"open-telemetry/opentelemetry-collector-contrib",
"/^github\\.com/open-telemetry/opentelemetry-collector-contrib//"
"/^github\\.com/open-telemetry/opentelemetry-collector-contrib//",
"ocb"
],
"groupName": "OpenTelemetry Collector Components"
}
Expand Down
Loading