Skip to content

Commit e056ac4

Browse files
Merge pull request #362 from microsoft/psl-DependabotPathUpdate
chore: Update Dependabot directory paths for pip and npm ecosystems
2 parents a8113f4 + c389b39 commit e056ac4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ updates:
1111
open-pull-requests-limit: 100
1212

1313
- package-ecosystem: "pip"
14-
directory: "/App"
14+
directory: "/src/App"
1515
schedule:
1616
interval: "monthly"
1717
commit-message:
@@ -20,7 +20,7 @@ updates:
2020
open-pull-requests-limit: 100
2121

2222
- package-ecosystem: "npm"
23-
directory: "/App/frontend"
23+
directory: "/src/App/frontend"
2424
schedule:
2525
interval: "monthly"
2626
commit-message:

0 commit comments

Comments
 (0)