Skip to content

Commit e7996b1

Browse files
authored
ignore internal poms (#1862)
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 04bc727 commit e7996b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/renovate.json5

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
matchPackageNames: ["io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha"],
2828
ignoreUnstable: false,
2929
},
30+
{
31+
enabled: false,
32+
description: "Ignore internal project modules",
33+
matchPackageNames: ["/^io\\.prometheus:(examples|example-.+|integration-tests|it-.+)$/"],
34+
},
3035
],
3136
customManagers: [
3237
{

0 commit comments

Comments
 (0)