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-jar-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 78a28dd Ignore Maven Core updates
78a28dd is described below
commit 78a28dd7873d0d8eb7c6684963ab860aa51f2c07
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue Jun 14 21:27:33 2022 +0200
Ignore Maven Core updates
---
.github/dependabot.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 9c76191..d7c9cd4 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -21,6 +21,9 @@ updates:
directory: "/"
schedule:
interval: "daily"
+ ignore:
+ # Ignore Maven Core updates
+ - dependency-name: "org.apache.maven:*"
- package-ecosystem: "github-actions"
directory: "/"
schedule: