We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04bc727 commit e7996b1Copy full SHA for e7996b1
1 file changed
.github/renovate.json5
@@ -27,6 +27,11 @@
27
matchPackageNames: ["io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha"],
28
ignoreUnstable: false,
29
},
30
+ {
31
+ enabled: false,
32
+ description: "Ignore internal project modules",
33
+ matchPackageNames: ["/^io\\.prometheus:(examples|example-.+|integration-tests|it-.+)$/"],
34
+ },
35
],
36
customManagers: [
37
{
0 commit comments