Norbert Szulc

Results 52 comments of Norbert Szulc

I have merged https://github.com/renovatebot/renovate/commit/09f0878a4b869292f755fd44b1aaac26cfcadadf. I will be going through most of the to-dos in the next PR. Some of them I need for my use-case. After I finish, we can...

I'm not aware of any other cases than: * setuptools: `setup.py` and `setup.cfg` * pep621: `pyproject.toml` I'm not a poetry user. But I see using both poetry and pip-tools redundant....

Regarding disabling other managers. For now, this can be solved with documentation stating to disable other conflicting managers that use the same sources. This manager is disabled by default with...

For now, only two repos are public. I need to clean up the rest and prepare more complicated examples. https://github.com/icetek-lab/renovate-case1/ https://github.com/icetek-lab/renovate-case2/ I haven't done support for relative source files, so...

Not sure what happened with coverage here https://github.com/renovatebot/renovate/runs/21315743161

I have added a small helper to debug, that may evolve into sorting files by their dependencies. ``` DEBUG: pip-compile: dependency flowchart: graph TD requirements-dev.txt[[requirements-dev.txt]] requirements.txt[[requirements.txt]] requirements-dev.in --> requirements-dev.txt requirements.in...

I agree. Major release is sensible in that case. I also doubt that a significant user base is using `pip-compile` manager. This release can also bring them out into the...

I have created a migration based on all relevant `fileMatch` values found with this query. https://github.com/search?q=%22pip-compile%22+AND+%22fileMatch%22+path%3A**%2Frenovate*&type=code&p=5

Something unrelated broke in tests after my addition

Hopefully it will ignore infered lock files if they don't exist