feat: add depandabot template
Compare changes
- sdesnoe authored
@@ -16,7 +16,7 @@ The objective of the `depandabot` job is to provide a way to update the requirem
@@ -16,7 +16,7 @@ The objective of the `depandabot` job is to provide a way to update the requirem
| `REQUIREMENTS_FILE_PATH` | the path to the requirements file. | `"${PROJECT_PATH}/requirements.txt"` |
| `IMAGE_TAG` | The default tag for the docker image. See [Python Docker Official Image](https://hub.docker.com/_/python) for supported tags and respective Dockerfile links. | `"latest"` |
| `PYTHON_SETUP` | Bash commands to setup your python environment. Default rely on `requirements.txt` to install all dependencies. | `"pip install -r ${REQUIREMENTS_FILE_PATH}"` |