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

alexstocks pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/3.0 by this push:
     new 1ac95c7  change dependabot target branch
1ac95c7 is described below

commit 1ac95c70c36f74da8ed052e079b2b8522f7b0ed8
Author: AlexStocks <[email protected]>
AuthorDate: Fri Aug 20 10:02:36 2021 +0800

    change dependabot target branch
---
 .github/dependabot.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 6ce0286..3bd8d9c 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -9,7 +9,7 @@ updates:
     directory: "/" # Location of package manifests
     schedule:
       interval: "weekly"
-    target-branch: "develop"
+    target-branch: "3.0"
 
   - package-ecosystem: "github-actions"
     # Workflow files stored in the
@@ -17,4 +17,4 @@ updates:
     directory: "/"
     schedule:
       interval: "weekly"
-    target-branch: "develop"
\ No newline at end of file
+    target-branch: "3.0"

Reply via email to