Skip to content

Commit 7ff9118

Browse files
authored
Tell renovate to update contrib -alpha artifacts (#566)
1 parent 03fe9f2 commit 7ff9118

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/renovate.json5

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66
"packageRules": [
77
{
88
"matchPackageNames": [
9-
"io.opentelemetry:opentelemetry-bom-alpha",
10-
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha",
11-
"io.opentelemetry.proto:opentelemetry-proto"
9+
"io.opentelemetry:**",
10+
"io.opentelemetry.instrumentation:**",
11+
"io.opentelemetry.contrib:**",
12+
"io.opentelemetry.semconv:**",
13+
"io.opentelemetry.proto:**"
1214
],
1315
// Renovate's default behavior is only to update from unstable -> unstable if it's for the
1416
// major.minor.patch, under the assumption that you would want to update to the stable version
1517
// 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)
1718
"ignoreUnstable": false
1819
},
1920
{

0 commit comments

Comments
 (0)