diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-11-25 20:27:48 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-11-25 20:27:48 -0500 |
| commit | 23e42eabdfc701388c304360cf7bf5a7f272a7bc (patch) | |
| tree | b2892429c3cc027f55746b3af27fba6e1ce301f6 | |
| parent | c7ffdaed6c7dcf6fa5e97c6e3f5a0055381288ce (diff) | |
add pip to dependabot
| -rw-r--r-- | .github/dependabot.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0ddd181d..cbfbb4ba 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,8 @@ updates: schedule: interval: daily target-branch: main + - package-ecosystem: pip + directory: "/" + schedule: + interval: daily + target-branch: main |
