You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/07/07 18:20:43 UTC

[maven-javadoc-plugin] branch master updated: Ignore Maven Core updates

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-javadoc-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 92ce6688 Ignore Maven Core updates
92ce6688 is described below

commit 92ce668896a95263944ea9235dd99ad8b5c28ab5
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Thu Jul 7 20:20:40 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 9c761915..b416a209 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: