From a26794485a602247637e9df279942fbce7616d63 Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Mon, 27 Apr 2026 09:41:58 +0000 Subject: [PATCH] chore: ignore internal Prometheus BOM in Renovate Signed-off-by: Gregor Zeitlinger --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 27afa5920..00cd38d05 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -30,7 +30,7 @@ { enabled: false, description: "Ignore internal project modules", - matchPackageNames: ["/^io\\.prometheus:(examples|example-.+|integration-tests|it-.+)$/"], + matchPackageNames: ["/^io\\.prometheus:(prometheus-metrics-bom|examples|example-.+|integration-tests|it-.+)$/"], }, { description: "Group protobuf-java and protoc together so generated code can be updated in one PR",