This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new 03964365b3 Ignore major version bumps for MongoDB
03964365b3 is described below
commit 03964365b31776a263a2eee07282720eb9f2301a
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Mon Mar 25 14:17:26 2024 +0100
Ignore major version bumps for MongoDB
---
.github/dependabot.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index 72c0166e30..d72ce612e9 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -95,6 +95,10 @@ updates:
# Plexus Utils 4.x are for Maven 4.x
- dependency-name: "org.codehaus.plexus:plexus-utils"
versions: ["4,)"]
+ # MongoDB 3.x should only upgrade to 3.x and
+ # MongoDB 4.x should only upgrade to 4.x
+ - dependency-name: "org.mongodb:*"
+ update-types: ["version-update:semver-major"]
- package-ecosystem: github-actions
directory: "/"