Skip to content

Commit 3cbc665

Browse files
authored
chore: ignore internal Prometheus BOM in Renovate (#2063)
## Summary - add `io.prometheus:prometheus-metrics-bom` to the existing Renovate ignore rule for internal project modules - prevent Renovate PRs that update examples to consume the repo's own just-released BOM while release-please is already moving the repo to the next snapshot ## Testing - `mise exec -- renovate-config-validator .github/renovate.json5`
1 parent 7277889 commit 3cbc665

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
{
3131
enabled: false,
3232
description: "Ignore internal project modules",
33-
matchPackageNames: ["/^io\\.prometheus:(examples|example-.+|integration-tests|it-.+)$/"],
33+
matchPackageNames: ["/^io\\.prometheus:(prometheus-metrics-bom|examples|example-.+|integration-tests|it-.+)$/"],
3434
},
3535
{
3636
description: "Group protobuf-java and protoc together so generated code can be updated in one PR",

0 commit comments

Comments
 (0)