You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/02/05 04:45:51 UTC

[maven-wrapper] branch master updated: add dependabot and use last branch of common gh action

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8de55dc  add dependabot and use last branch of common gh action
8de55dc is described below

commit 8de55dc5552aea2baa8b8db034a15b21ba0025b9
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sat Feb 5 14:45:38 2022 +1000

    add dependabot and use last branch of common gh action
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 .../{workflows/maven-verify.yml => dependabot.yml} | 24 +++++++++-------------
 .github/workflows/maven-verify.yml                 |  2 +-
 2 files changed, 11 insertions(+), 15 deletions(-)

diff --git a/.github/workflows/maven-verify.yml b/.github/dependabot.yml
similarity index 76%
copy from .github/workflows/maven-verify.yml
copy to .github/dependabot.yml
index 5e153a3..778ea2a 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/dependabot.yml
@@ -15,17 +15,13 @@
 # specific language governing permissions and limitations
 # under the License.
 
-name: Verify
-
-on:
-  push:
-    branches-ignore:
-      - dependabot/**
-  pull_request:
-
-jobs:
-  build:
-    name: Verify
-    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v1
-    with:
-      verify-fail-fast: false
+version: 2
+updates:
+  - package-ecosystem: "maven"
+    directory: "/"
+    schedule:
+      interval: "daily"
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"
diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml
index 5e153a3..75a005a 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -26,6 +26,6 @@ on:
 jobs:
   build:
     name: Verify
-    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v1
+    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
     with:
       verify-fail-fast: false