From 162e11fc792e2b2e21d4a9bf83280a618b638475 Mon Sep 17 00:00:00 2001 From: GM Date: Thu, 17 Jun 2021 19:07:08 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 56d2650..6888e8b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,21 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values - directory: "/" # Location of package manifests + + - package-ecosystem: "github-actions" + directory: "/" schedule: interval: "daily" target-branch: "dev" + + - package-ecosystem: "npm" + directory: "/frontend" + schedule: + interval: "daily" + target-branch: "dev" + + - package-ecosystem: "pip" + directory: "/backend" + schedule: + interval: "daily" + target-branch: "dev" \ No newline at end of file