This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
The following commit(s) were added to refs/heads/master by this push:
new fd9a989 chore(deps): configure renovate to create separate PRs for
each minor MongoDB version (#669)
fd9a989 is described below
commit fd9a9891dc1346ce04e613c41708a3ae1bbee40b
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Aug 28 16:25:30 2026 +0200
chore(deps): configure renovate to create separate PRs for each minor
MongoDB version (#669)
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"