You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by sh...@apache.org on 2022/05/20 06:43:25 UTC

[servicecomb-java-chassis] branch master updated: [SCB-2489] optimize dependabot config (#2958)

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

shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new ccbcbbee9 [SCB-2489] optimize dependabot config (#2958)
ccbcbbee9 is described below

commit ccbcbbee9ea604555ac7e03059fb77e65aa7de56
Author: LeKe <95...@users.noreply.github.com>
AuthorDate: Fri May 20 14:43:19 2022 +0800

    [SCB-2489] optimize dependabot config (#2958)
---
 .github/dependabot.yml       | 5 +----
 dependencies/default/pom.xml | 6 ------
 2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 6e2e68603..4bf588961 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -22,10 +22,7 @@ updates:
     directory: "/"
     schedule:
       interval: "daily"
-  - package-ecosystem: "maven"
-    directory: "/dependencies/default"
-    schedule:
-      interval: "daily"
+    open-pull-requests-limit: 20
     ignore:
       - dependency-name: "jakarta.activation"
         versions:
diff --git a/dependencies/default/pom.xml b/dependencies/default/pom.xml
index 621c80d66..97520c53f 100644
--- a/dependencies/default/pom.xml
+++ b/dependencies/default/pom.xml
@@ -675,12 +675,6 @@
         <scope>test</scope>
       </dependency>
 
-      <dependency>
-        <groupId>org.mockito</groupId>
-        <artifactId>mockito-all</artifactId>
-        <version>${mockito.version}</version>
-        <scope>test</scope>
-      </dependency>
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>