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/07/21 10:57:50 UTC

[maven-shared-utils] branch master updated: some upgrade and dependabot

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-shared-utils.git


The following commit(s) were added to refs/heads/master by this push:
     new 2bf1e03  some upgrade and dependabot
2bf1e03 is described below

commit 2bf1e034b06557830b9e2bfe0689f1b93ea5fbd0
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Thu Jul 21 20:57:40 2022 +1000

    some upgrade and dependabot
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 .../{workflows/maven-verify.yml => dependabot.yml}   | 20 ++++++++++----------
 .../maven-verify.yml => release-drafter.yml}         | 12 ++----------
 .github/workflows/maven-verify.yml                   |  2 +-
 .../{maven-verify.yml => release-drafter.yml}        | 14 ++++++--------
 4 files changed, 19 insertions(+), 29 deletions(-)

diff --git a/.github/workflows/maven-verify.yml b/.github/dependabot.yml
similarity index 79%
copy from .github/workflows/maven-verify.yml
copy to .github/dependabot.yml
index bbd7786..778ea2a 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/dependabot.yml
@@ -15,13 +15,13 @@
 # specific language governing permissions and limitations
 # under the License.
 
-name: Verify
-
-on:
-  push:
-  pull_request:
-
-jobs:
-  build:
-    name: Verify
-    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
+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/release-drafter.yml
similarity index 83%
copy from .github/workflows/maven-verify.yml
copy to .github/release-drafter.yml
index bbd7786..247b6e1 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/release-drafter.yml
@@ -15,13 +15,5 @@
 # specific language governing permissions and limitations
 # under the License.
 
-name: Verify
-
-on:
-  push:
-  pull_request:
-
-jobs:
-  build:
-    name: Verify
-    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
+_extends: maven-gh-actions-shared
+tag-template: maven-shared-utils-$NEXT_MINOR_VERSION
diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml
index bbd7786..4d67fdc 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -24,4 +24,4 @@ on:
 jobs:
   build:
     name: Verify
-    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
+    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/release-drafter.yml
similarity index 83%
copy from .github/workflows/maven-verify.yml
copy to .github/workflows/release-drafter.yml
index bbd7786..58e5ee4 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/release-drafter.yml
@@ -14,14 +14,12 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-
-name: Verify
-
+   
+name: Release Drafter
 on:
   push:
-  pull_request:
-
+    branches:
+      - master
 jobs:
-  build:
-    name: Verify
-    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
+   update_release_draft:
+      uses: apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml@v2