scientific-python / changelist

Prepare an automatic changelog from GitHub pull requests
BSD 3-Clause "New" or "Revised" License
8 stars 4 forks source link

Ignore certain contributors #23

Closed stefanv closed 11 months ago

stefanv commented 11 months ago

Such as dependabot

lagru commented 11 months ago

+1

lagru commented 11 months ago

Prerequisite to fixing this is would be to allow for configuration. In my opinion, the configuration should come from a remote pyproject.toml by default. With a command line option to point it at a local file for debugging, etc.

stefanv commented 11 months ago

pyproject.toml sounds right to me.