You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ar...@apache.org on 2023/02/03 11:38:26 UTC

[fineract] branch develop updated: Renovate adjustments

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

arnold pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new d7acfc1e5 Renovate adjustments
d7acfc1e5 is described below

commit d7acfc1e5d3c2bba8a88fd83ebc6aa94c102084e
Author: Arnold Galovics <ga...@gmail.com>
AuthorDate: Fri Feb 3 12:37:42 2023 +0100

    Renovate adjustments
---
 renovate.json | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/renovate.json b/renovate.json
index d17af39d3..7325998b1 100644
--- a/renovate.json
+++ b/renovate.json
@@ -62,6 +62,26 @@
     "matchPackageNames": ["org.springframework:spring-framework-bom"],
     "allowedVersions": "<6.0.0"
   },
+  {
+    "matchPackageNames": ["org.springframework.boot"],
+    "allowedVersions": "<3.0.0"
+  },
+  {
+    "matchPackageNames": ["jakarta.ws.rs"],
+    "allowedVersions": "<3.0.0"
+  },
+  {
+    "matchPackageNames": ["jakarta.jms"],
+    "allowedVersions": "<3.0.0"
+  },
+  {
+    "matchPackageNames": ["jakarta.annotation"],
+    "allowedVersions": "<2.0.0"
+  },
+  {
+    "matchPackageNames": ["io.rest-assured"],
+    "allowedVersions": "<5.0.0"
+  },
   {
     "matchPackageNames": ["gradle"],
     "allowedVersions": "<=7.5.1"