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

rong pushed a commit to branch iotdb-1818
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit ba7e600aabf71fdc28cc4287698f596764259027
Author: Steve Yurong Su <[email protected]>
AuthorDate: Tue Oct 12 10:37:03 2021 +0800

    [IOTDB-1818] Automatically label the branch name for dependabot's PR
---
 .github/dependabot.yml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index d8cdc16..d9557e6 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -23,21 +23,37 @@ updates:
     schedule:
       interval: daily
     target-branch: "master"
+    labels:
+      - "master"
+      - "dependencies"
+      - "java"
 
   - package-ecosystem: maven
     directory: "/"
     schedule:
       interval: daily
     target-branch: "rel/0.12"
+    labels:
+      - "0.12"
+      - "dependencies"
+      - "java"
 
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
       interval: daily
     target-branch: "master"
+    labels:
+      - "master"
+      - "dependencies"
+      - "github_actions"
 
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
       interval: daily
     target-branch: "rel/0.12"
+    labels:
+      - "0.12"
+      - "dependencies"
+      - "github_actions"

Reply via email to