We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a1028 commit 3799458Copy full SHA for 3799458
.github/renovate.json5
@@ -6,7 +6,9 @@
6
"packageRules": [
7
{
8
"matchPackageNames": [
9
- "io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha"
+ "io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha",
10
+ "io.opentelemetry.semconv:opentelemetry-semconv",
11
+ "io.opentelemetry.semconv:opentelemetry-semconv-incubating"
12
],
13
// Renovate's default behavior is only to update from unstable -> unstable if it's for the
14
// major.minor.patch, under the assumption that you would want to update to the stable version
0 commit comments