Skip to content

Commit d67409c

Browse files
committed
docs(dev): update maintainers guide
1 parent 40aa376 commit d67409c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/contribute/04_maintainers_guide.qmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ Ibis maintainers are expected to handle the following tasks as they arise:
77

88
## Dependencies
99

10-
A number of tasks that are typically associated with maintenance are partially or fully automated.
11-
12-
- [WhiteSource Renovate](https://www.whitesourcesoftware.com/free-developer-tools/renovate/) (Python library dependencies and GitHub Actions)
13-
- [Custom GitHub Action](https://github.com/ibis-project/ibis/actions/workflows/update-deps.yml) (Nix dependencies)
10+
Dependency updates are automated using [Mend Renovate](https://www.mend.io/renovate/).
1411

1512
### poetry
1613

1714
Occasionally you may need to lock [`poetry`](https://python-poetry.org) dependencies. Edit `pyproject.toml` as needed, then run:
1815

1916
```sh
2017
poetry lock --no-update
18+
poetry export --extras all --with dev --with test --with docs --without-hashes --no-ansi > requirements-dev.txt
2119
```
2220

21+
The second step updates `requirements-dev.txt` for developers using `pip`.
22+
2323
## Adding examples
2424

2525
If you're not a maintainer, please open an issue asking us to add your example.

0 commit comments

Comments
 (0)