From c1c4fe292f02fdd7e1bd2b0996f8facb257d90f1 Mon Sep 17 00:00:00 2001 From: Enrico Minack Date: Wed, 17 Mar 2021 08:35:06 +0100 Subject: [PATCH 1/2] Add dependabot yaml --- .github/dependabot.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..d579915e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,33 @@ +version: 2 +updates: + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "daily" + labels: + - "maven" + - "dependencies" + - package-ecosystem: "maven" + directory: "/examples/scala" + schedule: + interval: "daily" + labels: + - "maven" + - "examples" + - "dependencies" + + - package-ecosystem: "pip" + directory: "/python" + schedule: + interval: "daily" + labels: + - "python" + - "dependencies" + - package-ecosystem: "pip" + directory: "/examples/python" + schedule: + interval: "daily" + labels: + - "python" + - "examples" + - "dependencies" From 81639ff172e5520c2b10aafdaafac23975c77994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 07:57:25 +0000 Subject: [PATCH 2/2] Bump scala-library from 2.12.10 to 2.13.5 in /examples/scala Bumps [scala-library](https://github.com/scala/scala) from 2.12.10 to 2.13.5. - [Release notes](https://github.com/scala/scala/releases) - [Commits](https://github.com/scala/scala/compare/v2.12.10...v2.13.5) Signed-off-by: dependabot[bot] --- examples/scala/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/scala/pom.xml b/examples/scala/pom.xml index e6573139..2d36fd58 100644 --- a/examples/scala/pom.xml +++ b/examples/scala/pom.xml @@ -12,7 +12,7 @@ UTF-8 2.12 - ${scala.compat.version}.10 + 2.13.5 3.1 ${spark.compat.version}.1