Skip to content

Commit f798481

Browse files
authored
Fix renovate not updating SDK (#1582)
1 parent 2b46b8c commit f798481

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/renovate.json5

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@
66
"packageRules": [
77
{
88
"matchPackageNames": [
9-
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha",
10-
"io.opentelemetry.semconv:opentelemetry-semconv",
11-
"io.opentelemetry.semconv:opentelemetry-semconv-incubating",
12-
"io.opentelemetry.proto:opentelemetry-proto"
9+
"io.opentelemetry:**",
10+
"io.opentelemetry.instrumentation:**",
11+
"io.opentelemetry.semconv:**",
12+
"io.opentelemetry.proto:**"
1313
],
1414
// Renovate's default behavior is only to update from unstable -> unstable if it's for the
1515
// major.minor.patch, under the assumption that you would want to update to the stable version
1616
// of that release instead of the unstable version for a future release
17-
// (TODO remove once the artifacts above release stable versions)
1817
"ignoreUnstable": false
1918
},
2019
{

0 commit comments

Comments
 (0)