From 13fe3e10120ea00e036c325937cf2ace48e3a3e7 Mon Sep 17 00:00:00 2001 From: Moaz Reyad Date: Sun, 30 Aug 2020 18:47:15 +0200 Subject: [PATCH 1/6] Create dependabot.yml --- .github/dependabot.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..ab77ba473b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,23 @@ +# +# 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. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# 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. +# + +version: 2 +updates: + - package-ecosystem: "pip" # See documentation for possible values + directory: "/tool/conda/singa" # Location of package manifests + schedule: + interval: "daily" From 9115bc52036de8217daeae0bb6fd4b76527e3b35 Mon Sep 17 00:00:00 2001 From: Moaz Reyad Date: Sun, 30 Aug 2020 18:54:08 +0200 Subject: [PATCH 2/6] Update dependabot.yml --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ab77ba473b..aa778ff915 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,3 +21,8 @@ updates: directory: "/tool/conda/singa" # Location of package manifests schedule: interval: "daily" + - package-ecosystem: "maven" # See documentation for possible values + directory: "/jave" # Location of package manifests + schedule: + interval: "daily" + From 15941546f348f52615a89d8ec265d1316d2d7a7f Mon Sep 17 00:00:00 2001 From: Moaz Reyad Date: Sun, 30 Aug 2020 18:54:17 +0200 Subject: [PATCH 3/6] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aa778ff915..c64028096b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,7 +22,7 @@ updates: schedule: interval: "daily" - package-ecosystem: "maven" # See documentation for possible values - directory: "/jave" # Location of package manifests + directory: "/java" # Location of package manifests schedule: interval: "daily" From e922ac1493d8b0d19869945b6754011bd49feae1 Mon Sep 17 00:00:00 2001 From: Moaz Reyad Date: Sun, 30 Aug 2020 18:55:27 +0200 Subject: [PATCH 4/6] Create requirements.txt --- tool/conda/singa/requirements.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tool/conda/singa/requirements.txt diff --git a/tool/conda/singa/requirements.txt b/tool/conda/singa/requirements.txt new file mode 100644 index 0000000000..30517b78fc --- /dev/null +++ b/tool/conda/singa/requirements.txt @@ -0,0 +1,11 @@ +swig==3.0.12 +openblas==0.3.9 +glog==0.3.5 +pytest +deprecated==1.2.7 +pillow +future +tqdm +onnx==1.6.0 +deprecated==1.2.7 +libopenblas==0.3.9 From d34e27d1cb45f0cf476445f468c67d9f478d7451 Mon Sep 17 00:00:00 2001 From: Moaz Reyad Date: Sun, 30 Aug 2020 19:07:09 +0200 Subject: [PATCH 5/6] Update requirements.txt --- tool/conda/singa/requirements.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tool/conda/singa/requirements.txt b/tool/conda/singa/requirements.txt index 30517b78fc..aafc2789d6 100644 --- a/tool/conda/singa/requirements.txt +++ b/tool/conda/singa/requirements.txt @@ -1,11 +1,7 @@ swig==3.0.12 openblas==0.3.9 glog==0.3.5 -pytest deprecated==1.2.7 -pillow -future -tqdm onnx==1.6.0 deprecated==1.2.7 libopenblas==0.3.9 From 04ea16d64a65e556547aa0fde2acb5e7342928dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 00:09:43 +0000 Subject: [PATCH 6/6] Bump apache-rat-plugin from 0.13 to 0.15 in /java Bumps apache-rat-plugin from 0.13 to 0.15. --- updated-dependencies: - dependency-name: org.apache.rat:apache-rat-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- java/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/pom.xml b/java/pom.xml index 1f68adbc66..17e73c3997 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -60,7 +60,7 @@ org.apache.rat apache-rat-plugin - 0.13 + 0.15 rafiki/**