Skip to content

Commit

Permalink
chore: setup dependabot for the ui
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie committed Jun 13, 2024
1 parent 41b93fb commit f589434
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f589434

Please sign in to comment.