This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new eefcd93 Ignore updates for Mockito 5.x for 3.x branch
eefcd93 is described below
commit eefcd938f73c6fecf5612f0fc7326260f6b0c41c
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue Dec 2 23:00:00 2025 +0100
Ignore updates for Mockito 5.x for 3.x branch
---
.github/dependabot.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 51699ef..af32129 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -27,6 +27,9 @@ updates:
schedule:
interval: "daily"
target-branch: "maven-resources-plugin-3.x"
+ ignore:
+ - dependency-name: "org.mockito:*"
+ versions: [ "[5.0.0,)" ]
- package-ecosystem: "github-actions"
directory: "/"