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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 3764390  Fix dependabot config
3764390 is described below

commit 3764390101cfa0ca17bdbb9657fac6650cb5d473
Author: Sylwester Lachiewicz <slachiew...@gmail.com>
AuthorDate: Sat Dec 30 13:04:04 2023 +0100

    Fix dependabot config
---
 .github/dependabot.yml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index ec173a0..c54099b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -16,7 +16,11 @@
 #
 version: 2
 updates:
-- package-ecosystem: maven
-  directory: "/"
+  - package-ecosystem: "maven"
+    directory: "/"
     schedule:
-        interval: daily
+      interval: "daily"
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"

Reply via email to