From a123c6694c1de464929534ce8425f16afa0af8fb Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 19 Feb 2021 22:51:35 +0100 Subject: [PATCH] Create dependabot.yml - valid yaml 2 --- .github/dependabot.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 65de6d9825..48cf34caa6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,9 +12,7 @@ updates: interval: "weekly" # Updates for Gradle dependencies used in the app - package-ecosystem: gradle - directory: - - "/" - - "/vector/" + directory: "/" schedule: interval: "daily" open-pull-requests-limit: 10