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-install-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new d13f571 Ignore Maven Core update
d13f571 is described below
commit d13f57180ea714992b6717d7254deb3917f0876d
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue Jun 14 21:20:33 2022 +0200
Ignore Maven Core update
---
.github/dependabot.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index eb730a8..334482a 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -23,6 +23,8 @@ updates:
time: '04:00'
open-pull-requests-limit: 10
ignore:
+ # Ignore Maven Core updates
+ - dependency-name: "org.apache.maven:*"
# ignore Java 8+ dependencies
- dependency-name: org.mockito:mockito-core
versions:
@@ -36,4 +38,4 @@ updates:
# Ignore Maven 3.2.1+
- dependency-name:
org.apache.maven.plugin-testing:maven-plugin-testing-tools
versions:
- - ">=3.2.0"
\ No newline at end of file
+ - ">=3.2.0"