Skip to content

Commit af2cd43

Browse files
committed
Fix dependabot error fecthing package manifest
Error message: Error during file fetching; aborting: /package.json not found dependency_file_not_found
1 parent 01a0e43 commit af2cd43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ updates:
2020
- "github_actions"
2121

2222
- package-ecosystem: "npm"
23-
directory: "/"
23+
directory: "/www/scripts/"
2424
schedule:
2525
interval: "daily"
2626
commit-message:

0 commit comments

Comments
 (0)