Skip to content

Commit a6595e1

Browse files
authored
[chore] update OCB using Renovate (#1249)
1 parent 274767a commit a6595e1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ GORELEASER ?= goreleaser
33

44
# SRC_ROOT is the top of the source tree.
55
SRC_ROOT := $(shell git rev-parse --show-toplevel)
6+
7+
# renovate: datasource=github-releases depName=OCB packageName=open-telemetry/opentelemetry-collector
68
OTELCOL_BUILDER_VERSION ?= 0.139.0
9+
710
OTELCOL_BUILDER_DIR ?= ${HOME}/bin
811
OTELCOL_BUILDER ?= ${OTELCOL_BUILDER_DIR}/ocb
912

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@
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
}

0 commit comments

Comments
 (0)