Skip to content

Commit 035d0c8

Browse files
authored
Update proto alpha versions (#1556)
1 parent 857e4ae commit 035d0c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/renovate.json5

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88
"matchPackageNames": [
99
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha",
1010
"io.opentelemetry.semconv:opentelemetry-semconv",
11-
"io.opentelemetry.semconv:opentelemetry-semconv-incubating"
11+
"io.opentelemetry.semconv:opentelemetry-semconv-incubating",
12+
"io.opentelemetry.proto:opentelemetry-proto"
1213
],
1314
// Renovate's default behavior is only to update from unstable -> unstable if it's for the
1415
// major.minor.patch, under the assumption that you would want to update to the stable version
1516
// of that release instead of the unstable version for a future release
16-
// (but there's never any stable version of these artifacts so this logic doesn't apply)
17+
// (TODO remove once the artifacts above release stable versions)
1718
"ignoreUnstable": false
1819
},
1920
{

0 commit comments

Comments
 (0)