This is an automated email from the ASF dual-hosted git repository.
lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git
The following commit(s) were added to refs/heads/master by this push:
new d91d805 ANY23-485 Activate dependabot on Any23 codebase (#173)
d91d805 is described below
commit d91d8052989b5e017f44b6095ef8f370973e9ef5
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Sun Sep 12 16:51:10 2021 -0700
ANY23-485 Activate dependabot on Any23 codebase (#173)
---
.../{workflows/master-build.yml => dependabot.yml} | 34 ++++++----------------
.github/workflows/master-build.yml | 2 --
2 files changed, 9 insertions(+), 27 deletions(-)
diff --git a/.github/workflows/master-build.yml b/.github/dependabot.yml
similarity index 61%
copy from .github/workflows/master-build.yml
copy to .github/dependabot.yml
index a59b506..048beaf 100644
--- a/.github/workflows/master-build.yml
+++ b/.github/dependabot.yml
@@ -1,4 +1,3 @@
-#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
@@ -13,29 +12,14 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-#
-
-name: master pr build
-
-on:
- push:
- branches: [ master ]
- pull_request:
- branches: [ master ]
-
-jobs:
- build:
- runs-on: ubuntu-latest
- strategy:
- matrix:
- java: [ '11' ]
+version: 2
+updates:
+ # Enable version updates for Maven
+ - package-ecosystem: "maven"
+ # Look for `pom.xml` in the `root` directory
+ directory: "/"
+ # Check for updates once daily
+ schedule:
+ interval: "daily"
- steps:
- - uses: actions/checkout@v2
- - name: Set up JDK ${{ matrix.java }}
- uses: actions/setup-java@v1
- with:
- java-version: ${{ matrix.java }}
- - name: Build with Maven
- run: mvn clean formatter:validate verify javadoc:aggregate test
diff --git a/.github/workflows/master-build.yml
b/.github/workflows/master-build.yml
index a59b506..e497ed2 100644
--- a/.github/workflows/master-build.yml
+++ b/.github/workflows/master-build.yml
@@ -1,4 +1,3 @@
-#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
@@ -13,7 +12,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-#
name: master pr build