You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2021/10/15 09:51:47 UTC

[maven-help-plugin] branch master updated: Dependabot should ignore Maven APIs/SPIs

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

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 58041c7  Dependabot should ignore Maven APIs/SPIs
58041c7 is described below

commit 58041c74642daa66017c42f56f01613ef0f9e313
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri Oct 15 11:51:36 2021 +0200

    Dependabot should ignore Maven APIs/SPIs
---
 .github/dependabot.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 29eccbf..3df6f10 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 APIs/SPIs
+    - dependency-name: org.apache:maven:*
     # ignore Java 8+ dependencies
     - dependency-name: org.mockito:mockito-core
       versions: