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


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

commit ca35cd24bf32a577a45c411d4847d7fd97d528ea
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue Jun 14 21:18:30 2022 +0200

    Ignore Maven Core updates
---
 .github/dependabot.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 3df6f10..aa050da 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -24,7 +24,7 @@ updates:
   open-pull-requests-limit: 10
   ignore:
     # ignore Maven APIs/SPIs
-    - dependency-name: org.apache:maven:*
+    - dependency-name: org.apache.maven:*
     # ignore Java 8+ dependencies
     - dependency-name: org.mockito:mockito-core
       versions:
@@ -45,4 +45,4 @@ updates:
 - package-ecosystem: "github-actions"
   directory: "/"
   schedule:
-    interval: "daily"
\ No newline at end of file
+    interval: "daily"

Reply via email to