This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch dbot in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git
commit 170079ff00b1ef00ee7b82c8a0120ffc1c1c6c78 Author: kezhenxu94 <[email protected]> AuthorDate: Thu Oct 26 16:56:49 2023 +0800 Disable dependentbot --- .asf.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index b8c92c6..2a51aa9 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -28,6 +28,7 @@ github: squash: true merge: false rebase: false + dependabot_updates: false protected_branches: master: required_status_checks: @@ -36,4 +37,4 @@ github: - Required required_pull_request_reviews: dismiss_stale_reviews: true - required_approving_review_count: 1 \ No newline at end of file + required_approving_review_count: 1
