Skip to content

Commit 03cca00

Browse files
authored
Merge pull request #1882 from o1-labs/copilot/setup-npm-for-frontend-packages
Add Dependabot NPM configuration for frontend and website packages
2 parents 114d5d1 + ec1b426 commit 03cca00

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,13 @@ updates:
1717
directory: "/"
1818
schedule:
1919
interval: "weekly"
20+
21+
- package-ecosystem: "npm"
22+
directory: "/frontend"
23+
schedule:
24+
interval: "weekly"
25+
26+
- package-ecosystem: "npm"
27+
directory: "/website"
28+
schedule:
29+
interval: "weekly"

0 commit comments

Comments
 (0)