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/18 07:12:03 UTC

[servicecomb-java-chassis] branch add-dependency-bot-ignore-rs-api created (now 02a66e345)

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

shoothzj pushed a change to branch add-dependency-bot-ignore-rs-api
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


      at 02a66e345 [SCB-2489] Add dependeny bot ignore rs-api

This branch includes the following new commits:

     new 02a66e345 [SCB-2489] Add dependeny bot ignore rs-api

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[servicecomb-java-chassis] 01/01: [SCB-2489] Add dependeny bot ignore rs-api

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

shoothzj pushed a commit to branch add-dependency-bot-ignore-rs-api
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git

commit 02a66e345ac205987e85d2d379eda8400b1f2f90
Author: ZhangJian He <sh...@gmail.com>
AuthorDate: Wed May 18 15:05:52 2022 +0800

    [SCB-2489] Add dependeny bot ignore rs-api
---
 .github/dependabot.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index a279e9393..c0e288481 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -30,6 +30,9 @@ updates:
       - dependency-name: "jakarta.activation"
         versions:
           - "2.x"
+      - dependency-name: "jakarta.ws.rs-api"
+        versions:
+          - "3.x"
       - dependency-name: "jersey-common"
         versions:
           - "3.x"