Skip to content

Commit

Permalink
chore: Fix dependabot path after moving package.json -> site/package.…
Browse files Browse the repository at this point in the history
…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`
  • Loading branch information
bryphe-coder committed Feb 1, 2022
1 parent 177eba8 commit 56b3ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ updates:
prefix: "chore"

- package-ecosystem: "npm"
directory: "/"
directory: "/site/"
schedule:
interval: "daily"
time: "06:00"
Expand Down

0 comments on commit 56b3ec1

Please sign in to comment.