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


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

commit 6f0fb404f89728fb65f37c9db7711fff6af55d5d
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue Jun 14 21:30:35 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 80183d67f..86cd35a95 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -20,6 +20,9 @@ updates:
   directory: "/"
   schedule:
     interval: "daily"
+  ignore:
+    # Ignore Maven Core updates
+    - dependency-name: "org.apache.maven:*"
 - package-ecosystem: "github-actions"
   directory: "/"
   schedule:

Reply via email to