Skip to content

Commit 394b6ac

Browse files
Merge pull request #389 from microsoft/psl-dependabot-path-update
fix: Update dependabot.yml path
2 parents e435f73 + 14e5ed7 commit 394b6ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
version: 2
77
updates:
88
- package-ecosystem: "npm" # for frontend dependencies
9-
directory: "/frontend"
9+
directory: "/src/frontend"
1010
schedule:
1111
interval: "monthly"
1212
commit-message:
@@ -15,7 +15,7 @@ updates:
1515
open-pull-requests-limit: 100
1616

1717
- package-ecosystem: "pip" # for backend dependencies
18-
directory: "/"
18+
directory: "/src/backend"
1919
schedule:
2020
interval: "monthly"
2121
commit-message:

0 commit comments

Comments
 (0)