Skip to content

Commit 716ec22

Browse files
authored
seperate local pip requirements into seperate folder for dependabot (#410)
1 parent 01b60c2 commit 716ec22

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ updates:
2929
- "cindyli-13"
3030

3131
- package-ecosystem: "pip"
32-
directory: "/scripts"
32+
directory: "/scripts/local-requirements"
3333
schedule:
3434
interval: "weekly"
3535
pull-request-branch-name:
File renamed without changes.

scripts/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
-r ../mbed-os/tools/cmake/requirements.txt
2-
-r ./local-requirements.txt
2+
-r ./local-requirements/requirements.txt

0 commit comments

Comments
 (0)