Skip to content

Commit be17893

Browse files
committed
Add dependabot for npm to handle updating documentation website
1 parent c549d00 commit be17893

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ updates:
1616
directory: "/" # Location of package manifests
1717
schedule:
1818
interval: "daily"
19+
- package-ecosystem: "npm"
20+
directory: "/website"
21+
schedule:
22+
interval: "daily"
1923
- package-ecosystem: "devcontainers" # See documentation for possible values
2024
directory: "/"
2125
schedule:

0 commit comments

Comments
 (0)