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/11/08 08:09:07 UTC

[servicecomb-java-chassis] branch master updated: [SCB-2489] Add dependeny bot ignore jersey (#3464)

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 26f657876 [SCB-2489] Add dependeny bot ignore jersey (#3464)
26f657876 is described below

commit 26f657876ae980dc0891815a9d1a7e5c13d5944d
Author: ZhangJian He <sh...@gmail.com>
AuthorDate: Tue Nov 8 16:09:01 2022 +0800

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

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 105d817cb..478ce6a24 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -45,6 +45,9 @@ updates:
       - dependency-name: "jakarta.ws.rs-api"
         versions:
           - "3.x"
+      - dependency-name: "jersey"
+        versions:
+          - "3.x"
       - dependency-name: "jersey-client"
         versions:
           - "3.x"