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


The following commit(s) were added to refs/heads/master by this push:
     new 4623effca [INLONG-4038][GitHub] Enable the alert of dependabot, and 
disable the automatic update (#4039)
4623effca is described below

commit 4623effca1c573e7c5a9b2dd48de25d8ba97e67c
Author: healchow <[email protected]>
AuthorDate: Sat Apr 30 09:31:57 2022 +0800

    [INLONG-4038][GitHub] Enable the alert of dependabot, and disable the 
automatic update (#4039)
---
 .asf.yaml              |  6 +++-
 .github/dependabot.yml | 80 --------------------------------------------------
 .github/labeler.yml    |  2 --
 3 files changed, 5 insertions(+), 83 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index d7ccec47b..b5fb715c9 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -42,6 +42,10 @@ github:
     merge:   false
     # disable rebase button:
     rebase:  false
+  # enable the dependabot_alerts
+  dependabot_alerts: true
+  # disable the dependabot_updates
+  dependabot_updates: false
 
 notifications:
   commits:      [email protected]
@@ -49,4 +53,4 @@ notifications:
   pullrequests_status: [email protected]
   pullrequests_comment: [email protected]
   issues_status: [email protected]
-  issues_comment: [email protected]
\ No newline at end of file
+  issues_comment: [email protected]
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index 6aa1b8714..000000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,80 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-version: 2
-updates:
-  # Maintain dependencies for Maven
-  - package-ecosystem: "maven"
-    directory: "/"
-    schedule:
-      interval: "monthly"
-      time: "10:00"
-      timezone: "Asia/Shanghai"
-    labels:
-      - "dependencies"
-      - "java"
-    commit-message:
-      prefix: "[Dependabot]"
-      include: "scope"
-    open-pull-requests-limit: 3
-
-  # Maintain dependencies for npm
-  - package-ecosystem: "npm"
-    directory: "inlong-dashboard"
-    schedule:
-      interval: "monthly"
-      time: "10:00"
-      timezone: "Asia/Shanghai"
-    labels:
-      - "dependencies"
-      - "inlong-dashboard"
-    commit-message:
-      prefix: "[Dependabot]"
-      include: "scope"
-    open-pull-requests-limit: 2
-
-  # Maintain dependencies for Docker
-  - package-ecosystem: "docker"
-    directory: "/"
-    schedule:
-      interval: "monthly"
-      time: "10:00"
-      timezone: "Asia/Shanghai"
-    labels:
-      - "dependencies"
-      - "docker"
-    commit-message:
-      prefix: "[Dependabot]"
-      include: "scope"
-    open-pull-requests-limit: 2
-
-  # Maintain dependencies for GitHub Actions
-  - package-ecosystem: "github-actions"
-    directory: "/"
-    schedule:
-      interval: "monthly"
-      time: "10:00"
-      timezone: "Asia/Shanghai"
-    labels:
-      - "dependencies"
-      - "ci"
-    commit-message:
-      prefix: "[Dependabot]"
-      include: "scope"
-    reviewers:
-      - "shink"
-    open-pull-requests-limit: 1
diff --git a/.github/labeler.yml b/.github/labeler.yml
index ad69e864d..45a8b311d 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -44,7 +44,6 @@ inlong-sdk:
 
 ci:
   - '.github/workflows/**/*'
-  - '.github/actions/**/*'
 
 docker:
   - '**/Dockerfile'
@@ -64,6 +63,5 @@ k8s:
 
 github:
   - '.github/labeler.yml'
-  - '.github/dependabot.yml'
   - '.github/PULL_REQUEST_TEMPLATE.md'
   - '.github/ISSUE_TEMPLATE/**/*'

Reply via email to