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-enforcer.git


The following commit(s) were added to refs/heads/master by this push:
     new a24b557  Manage ignore artifacts for dependabot in PR
a24b557 is described below

commit a24b557751044b6f73dd1687431ab854720e9a83
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sun May 26 09:41:26 2024 +0200

    Manage ignore artifacts for dependabot in PR
    
    We can comment a PR to ignore specific artifact - not all in config file
---
 .github/dependabot.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index e7aa7e1..8de43a3 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -20,8 +20,7 @@ updates:
   directory: "/"
   schedule:
     interval: daily
-  ignore:
-    - dependency-name: org.apache.maven:*
+
 - package-ecosystem: "github-actions"
   directory: "/"
   schedule:

Reply via email to