Skip to content

Commit 56b3ec1

Browse files
authored
chore: Fix dependabot path after moving package.json -> site/package.json (#133)
Missed in #128 - need to update the `dependabot.yml` to point to the correct package.json, which was moved from `/package.json` -> `/site/package.json`
1 parent 177eba8 commit 56b3ec1

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
@@ -34,7 +34,7 @@ updates:
3434
prefix: "chore"
3535

3636
- package-ecosystem: "npm"
37-
directory: "/"
37+
directory: "/site/"
3838
schedule:
3939
interval: "daily"
4040
time: "06:00"

0 commit comments

Comments
 (0)