This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/renovate-mongodb-multiple-minor in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
commit 88b51968cca9be2b5012515d3f0783a059becc60 Author: Robert Munteanu <[email protected]> AuthorDate: Fri Aug 28 16:02:16 2026 +0200 chore(deps): configure renovate to create separate PRs for each minor MongoDB version Oak is pretty conservative about using newer MongoDB driver versions so using the latest one usually does not work. --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json b/renovate.json index 5dca4cb..be07c8d 100644 --- a/renovate.json +++ b/renovate.json @@ -49,6 +49,13 @@ "org.apache.jackrabbit:{/,}**" ] }, + { + "groupName": "MongoDB Java Driver", + "matchPackageNames": [ + "org.mongodb:{/,}**" + ], + "separateMultipleMinor": true + }, { "matchManagers": [ "maven"
