This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 5d0a37c  Disable dependentbot (#196)
5d0a37c is described below

commit 5d0a37cf942c84ed417be5ca5d24c780c72728aa
Author: kezhenxu94 <kezhenx...@apache.org>
AuthorDate: Thu Oct 26 17:27:33 2023 +0800

    Disable dependentbot (#196)
---
 .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

Reply via email to