This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-mcp.git
The following commit(s) were added to refs/heads/main by this push:
new c8c37a7 chore: add exclude-patterns in dependabot to exclude
skywalking-cli(#4)
c8c37a7 is described below
commit c8c37a724246acc81076c98f5fd207bd77f94c10
Author: Zixin Zhou <[email protected]>
AuthorDate: Wed Jun 11 08:34:16 2025 +0800
chore: add exclude-patterns in dependabot to exclude skywalking-cli(#4)
---
.github/dependabot.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 22a75f1..aacd3d1 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -26,3 +26,5 @@ updates:
actions-deps:
patterns:
- "*"
+ exclude-patterns:
+ - "github.com/apache/skywalking-cli"