This is an automated email from the ASF dual-hosted git repository.
rong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new d1beffc [IOTDB-1818] Activate dependabot on rel/0.12 (#4105)
d1beffc is described below
commit d1beffcd91649b8b51468e460fa0d0082417f560
Author: Steve Yurong Su <[email protected]>
AuthorDate: Mon Oct 11 17:17:30 2021 +0800
[IOTDB-1818] Activate dependabot on rel/0.12 (#4105)
---
.github/dependabot.yml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 32a82ca..d8cdc16 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -22,8 +22,22 @@ updates:
directory: "/"
schedule:
interval: daily
+ target-branch: "master"
+
+ - package-ecosystem: maven
+ directory: "/"
+ schedule:
+ interval: daily
+ target-branch: "rel/0.12"
+
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: daily
+ target-branch: "master"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
+ target-branch: "rel/0.12"