Skip to content

Commit ec1b426

Browse files
Copilotdannywillems
andcommitted
Add Dependabot NPM configuration for frontend and website
Co-authored-by: dannywillems <[email protected]>
1 parent 114d5d1 commit ec1b426

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)