You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by he...@apache.org on 2022/04/28 11:39:35 UTC

[incubator-inlong] 04/07: [INLONG-3995][GitHub] Improve denpendabot configuration (#3997)

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

healchow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git

commit 98c8a2d7df766b4217d8f7815d07d9f5b69ebb62
Author: Yuanhao Ji <ji...@apache.org>
AuthorDate: Thu Apr 28 13:07:36 2022 +0800

    [INLONG-3995][GitHub] Improve denpendabot configuration (#3997)
---
 .github/dependabot.yml | 44 ++++++++++++++++++++++++++++++--------------
 1 file changed, 30 insertions(+), 14 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 6183c7095..6aa1b8714 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -21,44 +21,60 @@ updates:
   - package-ecosystem: "maven"
     directory: "/"
     schedule:
-      interval: "weekly"
-      day: "sunday"
+      interval: "monthly"
+      time: "10:00"
+      timezone: "Asia/Shanghai"
     labels:
       - "dependencies"
       - "java"
-    open-pull-requests-limit: 20
+    commit-message:
+      prefix: "[Dependabot]"
+      include: "scope"
+    open-pull-requests-limit: 3
 
   # Maintain dependencies for npm
   - package-ecosystem: "npm"
     directory: "inlong-dashboard"
     schedule:
-      interval: "weekly"
-      day: "sunday"
+      interval: "monthly"
+      time: "10:00"
+      timezone: "Asia/Shanghai"
     labels:
       - "dependencies"
       - "inlong-dashboard"
-    open-pull-requests-limit: 10
+    commit-message:
+      prefix: "[Dependabot]"
+      include: "scope"
+    open-pull-requests-limit: 2
 
   # Maintain dependencies for Docker
   - package-ecosystem: "docker"
     directory: "/"
     schedule:
-      interval: "weekly"
-      day: "sunday"
+      interval: "monthly"
+      time: "10:00"
+      timezone: "Asia/Shanghai"
     labels:
       - "dependencies"
       - "docker"
-    open-pull-requests-limit: 10
+    commit-message:
+      prefix: "[Dependabot]"
+      include: "scope"
+    open-pull-requests-limit: 2
 
   # Maintain dependencies for GitHub Actions
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
-      interval: "weekly"
-      day: "sunday"
-    assignees:
-      - "shink"
+      interval: "monthly"
+      time: "10:00"
+      timezone: "Asia/Shanghai"
     labels:
       - "dependencies"
       - "ci"
-    open-pull-requests-limit: 5
+    commit-message:
+      prefix: "[Dependabot]"
+      include: "scope"
+    reviewers:
+      - "shink"
+    open-pull-requests-limit: 1