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`
This commit is contained in:
Bryan
2022-02-01 14:44:01 -08:00
committed by GitHub
parent 177eba87b6
commit 56b3ec18f4

View File

@ -34,7 +34,7 @@ updates:
prefix: "chore"
- package-ecosystem: "npm"
directory: "/"
directory: "/site/"
schedule:
interval: "daily"
time: "06:00"