Add pip for dependabot
This commit is contained in:
parent
4f6b001483
commit
0f3eaf0f84
1 changed files with 7 additions and 0 deletions
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
|
|
@ -6,3 +6,10 @@ updates:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
target-branch: "nightly"
|
target-branch: "nightly"
|
||||||
open-pull-requests-limit: 20
|
open-pull-requests-limit: 20
|
||||||
|
|
||||||
|
- package-ecosystem: "pip"
|
||||||
|
directory: "/scripts"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
target-branch: "nightly"
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue