This is an automated email from the ASF dual-hosted git repository.
apupier 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 02134d170583 Include other groupId for aliyun dependabot group
02134d170583 is described below
commit 02134d170583e0a8aade737bd82a1b009f0eb57f
Author: Aurélien Pupier <[email protected]>
AuthorDate: Mon Aug 31 17:03:33 2026 +0200
Include other groupId for aliyun dependabot group
Signed-off-by: Aurélien Pupier <[email protected]>
---
.github/dependabot.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index f1484ff46f77..f163a775095f 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -38,7 +38,7 @@ updates:
- dependency-name: "com.google.protobuf:*"
groups:
Aliyun:
- patterns: ["com.aliyun:*"]
+ patterns:
["com.aliyun:*","com.aliyun.openservices:*","com.aliyun.mns:*"]
Micrometer:
patterns: ["io.micrometer:*"]
Opentelemetry: