This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 3499798399d chore: Group dependabot update for micrometer and
opentelemetry (#16808)
3499798399d is described below
commit 3499798399db8e881c4666ed138765a243df6006
Author: Aurélien Pupier <[email protected]>
AuthorDate: Wed Jan 15 10:20:35 2025 +0100
chore: Group dependabot update for micrometer and opentelemetry (#16808)
There are 2 different versions produced for each of these groups of
dependencies but that are always released at the same time and which
corresponds to each other. I think it would make sense to update them in
the same Pull Request.
Signed-off-by: Aurélien Pupier <[email protected]>
---
.github/dependabot.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index ddbfc3307b7..bb2917ecf78 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -35,6 +35,11 @@ updates:
- dependency-name: "io.smallrye:jandex:*"
# Spring Boot Dependencies related
- dependency-name: "org.apache.logging.log4j:*"
+ groups:
+ Micrometer:
+ patterns: ["micrometer*"]
+ Opentelemetry:
+ patterns: ["opentelemetry*"]
open-pull-requests-limit: 20
- package-ecosystem: "npm"
directory: "docs"