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/05/20 16:16:23 UTC

[maven-release] 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-release.git


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

commit 243062c73fffd6dc53ce3676045b64e48864c3c6
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Fri May 20 18:16:20 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..d7c9cd4e 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: