Skip to content

Commit f0ed186

Browse files
authored
chore: enable desktop-ui update in the dependabot.yml (#738)
1 parent 51a3c1e commit f0ed186

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ updates:
1313
directory: "/console/atest-ui" # Location of package manifests
1414
schedule:
1515
interval: "weekly"
16+
- package-ecosystem: "npm" # See documentation for possible values
17+
directory: "/console/atest-desktop" # Location of package manifests
18+
schedule:
19+
interval: "weekly"

0 commit comments

Comments
 (0)