aboutsummaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-06-13 13:30:40 +0100
committerGitHub <noreply@github.com>2024-06-13 13:30:40 +0100
commit52aee8d96d544e495cb9cc1a8d613b762d26d5da (patch)
tree1427929753b3826803696806691106480dcf9a5a /.github/dependabot.yml
parentchore: add audit config, ignore RUSTSEC-2023-0071 (#2126) (diff)
downloadatuin-52aee8d96d544e495cb9cc1a8d613b762d26d5da.zip
chore: setup dependabot for the ui (#2128)
* chore: setup dependabot for the ui * cargo update the backend too
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml8
1 files changed, 8 insertions, 0 deletions
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: