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 5c5461d  Adjust GHA setup
5c5461d is described below

commit 5c5461debae10331ce70ec3ec68fe1db9e14dec3
Author: Sylwester Lachiewicz <slachiew...@gmail.com>
AuthorDate: Sat Dec 30 12:42:07 2023 +0100

    Adjust GHA setup
---
 .github/dependabot.yml             | 6 ++----
 .github/workflows/maven-verify.yml | 6 ++++++
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index d0e9890..ec173a0 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -18,7 +18,5 @@ version: 2
 updates:
 - package-ecosystem: maven
   directory: "/"
-  schedule:
-    interval: daily
-    time: '04:00'
-  open-pull-requests-limit: 10
+    schedule:
+        interval: daily
diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index 4d67fdc..01bfbc3 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -25,3 +25,9 @@ jobs:
   build:
     name: Verify
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
+    with:
+      ff-run: false
+      verify-goal: 'clean site'
+      os-matrix: '["ubuntu-latest"]'
+      jdk-matrix: '["17"]'
+

Reply via email to