From 55809a3fe14a0b170be23664e96153921d84afd7 Mon Sep 17 00:00:00 2001 From: Sidney Alcantara Date: Wed, 10 Mar 2021 12:58:31 +1100 Subject: [PATCH] fix dependabot directories --- .github/dependabot.yml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ea9ac965..9a570e33 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,7 +22,7 @@ updates: - "dependencies" - package-ecosystem: "npm" # See documentation for possible values - directory: "/FT_functions" # Location of package manifests + directory: "/FT_functions/functions" # Location of package manifests schedule: interval: "daily" target-branch: "develop" @@ -30,7 +30,7 @@ updates: - "dependencies" - package-ecosystem: "npm" # See documentation for possible values - directory: "/cloud_actions" # Location of package manifests + directory: "/FT_functions/compiler" # Location of package manifests schedule: interval: "daily" target-branch: "develop" @@ -38,7 +38,7 @@ updates: - "dependencies" - package-ecosystem: "npm" # See documentation for possible values - directory: "/cloud_build_functions" # Location of package manifests + directory: "/cloud_actions/functions" # Location of package manifests schedule: interval: "daily" target-branch: "develop" @@ -46,10 +46,17 @@ updates: - "dependencies" - package-ecosystem: "npm" # See documentation for possible values - directory: "/cloud_functions" # Location of package manifests + directory: "/cloud_build_functions/functions" # Location of package manifests schedule: interval: "daily" target-branch: "develop" labels: - "dependencies" + - package-ecosystem: "npm" # See documentation for possible values + directory: "/cloud_functions/functions" # Location of package manifests + schedule: + interval: "daily" + target-branch: "develop" + labels: + - "dependencies"