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

ptuomola 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 e985597  Make Renovate Bot propose bumps to update 
spring-framework-bom (FINERACT-1192)
e985597 is described below

commit e9855974927b2efe6f4e15a68865118e5c22978c
Author: Sergio Zharinov <[email protected]>
AuthorDate: Sat Oct 10 10:57:17 2020 +0400

    Make Renovate Bot propose bumps to update spring-framework-bom 
(FINERACT-1192)
    
    All credit for this magic ;) goes https://github.com/zharinov.
    
    See https://github.com/apache/fineract/pull/1372.
---
 renovate.json | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/renovate.json b/renovate.json
index bd05f87..958b385 100644
--- a/renovate.json
+++ b/renovate.json
@@ -10,5 +10,13 @@
     "description": "Limit the aws sdk to monthly updates because otherwise it 
PRs every day",
     "packageNames": ["com.amazonaws:aws-java-sdk-s3"],
     "schedule": ["monthly"]
-  }]
+  }],
+  "regexManagers": [
+    {
+      "fileMatch": ["\\.gradle(\\.kts)?$"],
+      "matchStrings": 
["[\\s\\n{](mavenBom)\\s*['\"](?<depName>[a-zA-Z][-_a-zA-Z0-9.]*?:[a-zA-Z][-_a-zA-Z0-9.]*?):(?<currentValue>[a-zA-Z0-9][-.a-zA-Z0-9]*?)['\"]"],
+      "datasourceTemplate": "maven",
+      "versioningTemplate": "gradle"
+    }
+  ]
 }

Reply via email to