Skip to content

Commit

Permalink
ci: fix dependabot cannot find package.json for ui/web-v2 (#1180)
Browse files Browse the repository at this point in the history
* fix: dependabot cannot find package.json for ui/web-v2

Signed-off-by: Kenta Kozuka <[email protected]>

* fix path

Signed-off-by: Kenta Kozuka <[email protected]>

---------

Signed-off-by: Kenta Kozuka <[email protected]>
  • Loading branch information
kentakozuka authored Aug 2, 2024
1 parent 4470ad2 commit eca3179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ updates:
patterns:
- "*"
- package-ecosystem: "npm"
directory: "/"
directory: "/ui/web-v2"
schedule:
interval: "monthly"
time: "10:00"
Expand Down

0 comments on commit eca3179

Please sign in to comment.