From 20a79d44c024c10607348d385b5880a1556ea4b1 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Wed, 8 Sep 2021 10:26:28 +0200 Subject: [PATCH] Introduce dependabot --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..196f402b2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "gradle" + strategy: + matrix: + example: [ android, code-samples/ARBlackPanther, code-samples/ARHelloWorldAndroid, code-samples/ARPlacingObjects, code-samples/ARRetail, code-samples/ARTesla ] + directory: ${{ matrix.example }} + target-branch: "main" + schedule: + interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" # Location of package manifests + target-branch: "main" + schedule: + interval: "weekly" \ No newline at end of file