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 8afb781 commit 7101c82Copy full SHA for 7101c82
.github/renovate.json5
@@ -46,6 +46,13 @@
46
"ignoreUnstable": false,
47
"groupName": "otel-core"
48
},
49
+ {
50
+ // Group updates from otel java semconv
51
+ "matchPackageNames": [
52
+ "io.opentelemetry.semconv:**"
53
+ ],
54
+ "groupName": "otel-semconv-java"
55
+ },
56
{
57
// navigation-fragment 2.7.0 and above require android api 34+, which we are not ready for
58
// yet due to android gradle plugin only supporting min 33.
0 commit comments