From 52aee8d96d544e495cb9cc1a8d613b762d26d5da Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Thu, 13 Jun 2024 13:30:40 +0100 Subject: chore: setup dependabot for the ui (#2128) * chore: setup dependabot for the ui * cargo update the backend too --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.github') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 65985371..7607ffe6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,14 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + - package-ecosystem: "cargo" # See documentation for possible values + directory: "/ui/backend" # Location of package manifests + schedule: + interval: "weekly" + - package-ecosystem: "npm" # See documentation for possible values + directory: "/ui" # Location of package manifests + schedule: + interval: "weekly" - package-ecosystem: "docker" # See documentation for possible values directory: "/" # Location of package manifests schedule: -- cgit v1.3.1