You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/05/05 07:22:14 UTC

[maven-surefire] 01/01: (doc) sync Dependabot configuration with project prerequisites

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

slachiewicz pushed a commit to branch dependabot-gha
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 8f364952fbbe65ce7ad1b516cb624d4c130cf6db
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu May 5 09:20:42 2022 +0200

    (doc) sync Dependabot configuration with project prerequisites
---
 .github/dependabot.yml | 28 ++++++++--------------------
 1 file changed, 8 insertions(+), 20 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index f7ebebbc2..83d4c5c01 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -19,23 +19,11 @@
 #
 version: 2
 updates:
-- package-ecosystem: maven
-  directory: "/"
-  schedule:
-    interval: daily
-    time: '04:00'
-  ignore:
-    # ignore Java 8+ dependencies
-    - dependency-name: org.mockito:mockito-core
-      versions:
-        - ">= 3.0"
-    - dependency-name: org.apache.commons:commons-lang3
-      versions:
-        - ">= 3.9"
-    - dependency-name: commons-io:commons-io
-      versions:
-        - ">= 2.7"
-    # Ignore Maven 3.2.1+
-    - dependency-name: org.apache.maven.plugin-testing:maven-plugin-testing-tools
-      versions:
-        - ">=3.2.0"
\ No newline at end of file
+  - package-ecosystem: "maven"
+    directory: "/"
+    schedule:
+      interval: "daily"
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"