You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/10/10 08:08:13 UTC

[logging-log4j-kotlin] branch main updated: Disable `org.mockito:*` updates of type `major-semver`

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

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git


The following commit(s) were added to refs/heads/main by this push:
     new ded48db  Disable `org.mockito:*` updates of type `major-semver`
ded48db is described below

commit ded48dbfbe94b0ff04c9c39de1242f789af448da
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Tue Oct 10 10:08:09 2023 +0200

    Disable `org.mockito:*` updates of type `major-semver`
---
 .github/dependabot.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index 3176f0f..634b5e5 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -33,6 +33,8 @@ updates:
       # Keep Mockito baseline (5+ requires Java 11)
       - dependency-name: "org.mockito.kotlin:*"
         update-types: ["version-update:semver-major", "version-update:semver-minor"]
+      - dependency-name: "org.mockito:*"
+        update-types: ["version-update:semver-major"]
 
   - package-ecosystem: github-actions
     directory: "/"