Skip to content

Commit a2dc983

Browse files
authored
Add .github/dependabot.yml
Configure Dependabot for npm and pip dependencies.
1 parent 209650d commit a2dc983

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "npm"
5+
directory: "/frontend"
6+
schedule:
7+
interval: "daily"
8+
9+
- package-ecosystem: "pip"
10+
directory: "/backend/requirements"
11+
schedule:
12+
interval: "daily"

0 commit comments

Comments
 (0)