You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/03/11 13:48:36 UTC

[iotdb] 01/01: Update dependabot to check rel/0.13

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

haonan pushed a commit to branch dependabot13
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 413fc156766855e464a77ff2bf0e1c04213c15db
Author: HTHou <hh...@outlook.com>
AuthorDate: Fri Mar 11 21:47:42 2022 +0800

    Update dependabot to check rel/0.13
---
 .github/dependabot.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 130248e..560f2df 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -35,12 +35,12 @@ updates:
     directory: "/"
     schedule:
       interval: monthly
-    target-branch: "rel/0.12"
+    target-branch: "rel/0.13"
     ignore:
       - dependency-name: "*"
         update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
     labels:
-      - "0.12"
+      - "0.13"
       - "dependencies"
       - "java"
 
@@ -61,11 +61,11 @@ updates:
     directory: "/"
     schedule:
       interval: monthly
-    target-branch: "rel/0.12"
+    target-branch: "rel/0.13"
     ignore:
       - dependency-name: "*"
         update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
     labels:
-      - "0.12"
+      - "0.13"
       - "dependencies"
       - "github_actions"