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


The following commit(s) were added to refs/heads/master by this push:
     new f7d37a4  Add GitHub Actions to dependabot.yml
f7d37a4 is described below

commit f7d37a4a5ef925226c98faf6eaaa319a176a2f16
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sat Apr 13 00:06:15 2024 +0200

    Add GitHub Actions to dependabot.yml
---
 .github/dependabot.yml | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index d0e9890..fe655f7 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -16,9 +16,14 @@
 #
 version: 2
 updates:
-- package-ecosystem: maven
-  directory: "/"
-  schedule:
-    interval: daily
-    time: '04:00'
-  open-pull-requests-limit: 10
+  - package-ecosystem: maven
+    directory: "/"
+    schedule:
+      interval: daily
+      time: '04:00'
+    open-pull-requests-limit: 10
+
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"

Reply via email to