Skip to content

Commit 52aee8d

Browse files
authored
chore: setup dependabot for the ui (#2128)
* chore: setup dependabot for the ui * cargo update the backend too
1 parent 41b93fb commit 52aee8d

File tree

2 files changed

+366
-65
lines changed

2 files changed

+366
-65
lines changed

.github/dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
- package-ecosystem: "cargo" # See documentation for possible values
13+
directory: "/ui/backend" # Location of package manifests
14+
schedule:
15+
interval: "weekly"
16+
- package-ecosystem: "npm" # See documentation for possible values
17+
directory: "/ui" # Location of package manifests
18+
schedule:
19+
interval: "weekly"
1220
- package-ecosystem: "docker" # See documentation for possible values
1321
directory: "/" # Location of package manifests
1422
schedule:

0 commit comments

Comments
 (0)