This is an automated email from the ASF dual-hosted git repository. zhouzixin pushed a commit to branch polish-stage1 in repository https://gitbox.apache.org/repos/asf/skywalking-mcp.git
commit b83f7272cd7646398f4cbd269de0c11ebff75f9e Author: Zixin Zhou <[email protected]> AuthorDate: Wed Jun 11 08:18:54 2025 +0800 add exclude-patterns in dependabot --- .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"
