You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2022/05/18 09:49:54 UTC

[servicecomb-java-chassis] branch master updated: [SCB-2489] Add dependeny bot ignore rs-api (#2934)

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

liubao 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 c6cd78626 [SCB-2489] Add dependeny bot ignore rs-api (#2934)
c6cd78626 is described below

commit c6cd78626ba49b011874fa685966fa9355655293
Author: ZhangJian He <sh...@gmail.com>
AuthorDate: Wed May 18 17:49:48 2022 +0800

    [SCB-2489] Add dependeny bot ignore rs-api (#2934)
---
 .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"