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 46c7465 commit 147e282Copy full SHA for 147e282
.github/renovate.json5
@@ -18,6 +18,14 @@
18
// of that release instead of the unstable version for a future release
19
"ignoreUnstable": false
20
},
21
+ {
22
+ groupName: 'opentelemetry instrumentation packages',
23
+ matchPackageNames: [
24
+ 'io.opentelemetry.instrumentation:**',
25
+ 'io.opentelemetry.javaagent:**',
26
+ 'open-telemetry/opentelemetry-java-instrumentation' // for logging-k8s-stdout-otlp-json/Dockerfile
27
+ ],
28
+ },
29
{
30
// intentionally using Java 11 in some examples
31
// not using matchUpdateTypes "major", because renovate wants to bump "11-jre" to "11.0.19_7-jre"
0 commit comments