File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ GORELEASER ?= goreleaser
33
44# SRC_ROOT is the top of the source tree.
55SRC_ROOT := $(shell git rev-parse --show-toplevel)
6+
7+ # renovate: datasource=github-releases depName=OCB packageName=open-telemetry/opentelemetry-collector
68OTELCOL_BUILDER_VERSION ?= 0.139.0
9+
710OTELCOL_BUILDER_DIR ?= ${HOME}/bin
811OTELCOL_BUILDER ?= ${OTELCOL_BUILDER_DIR}/ocb
912
Original file line number Diff line number Diff line change 145145 " open-telemetry/opentelemetry-collector" ,
146146 " /^go\\ .opentelemetry\\ .io/collector//" ,
147147 " open-telemetry/opentelemetry-collector-contrib" ,
148- " /^github\\ .com/open-telemetry/opentelemetry-collector-contrib//"
148+ " /^github\\ .com/open-telemetry/opentelemetry-collector-contrib//" ,
149+ " ocb"
149150 ],
150151 "groupName" : " OpenTelemetry Collector Components"
151152 }
You can’t perform that action at this time.
0 commit comments