diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 8 |
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: |
