Commit 0cbee3a
authored
ci: dependabot prefers requirements.txt (kubeflow#1658)
in /jobs/async-upload we use Poetry pyproject.toml
we also export the dependencies via Poetry export plugin
into requirements.txt for hermetic builds.
Due to the way dependabot works atm however, this leads to PRs from
dependabot which only updates requirements.txt and ignore pyproject.toml
and importantly ignore poetry.lock bumps
We need the opposite. We need to the Dependabot to update our lock file
governed by Poetry, and in second instance we need to (manually) update
the requirements.txt via makefile
Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>1 parent bf5ffa9 commit 0cbee3a
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
0 commit comments