pyupio / pyup

A tool to update your project's dependencies on GitHub. Runs on pyup.io, comes with a command line interface.
https://pyup.io
MIT License
454 stars 67 forks source link

Gitlab-specific configuration is entirely undocumented. #338

Open Kaligule opened 5 years ago

Kaligule commented 5 years ago

The options should_remove_source_branch and merge_when_pipeline_succeeds are parsed from the configfile.

https://github.com/pyupio/pyup/blob/8178ca204ebbac71d94198e8a4ef89e828ef0908/pyup/config.py#L163

I can’t find anything about them (or any gitlab-specific config-options) in the documentation.