Skip to content

Commit 147e282

Browse files
authored
Less Renovate PRs (#605)
1 parent 46c7465 commit 147e282

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/renovate.json5

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818
// of that release instead of the unstable version for a future release
1919
"ignoreUnstable": false
2020
},
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+
},
2129
{
2230
// intentionally using Java 11 in some examples
2331
// not using matchUpdateTypes "major", because renovate wants to bump "11-jre" to "11.0.19_7-jre"

0 commit comments

Comments
 (0)