Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(python): pip-compile config #19

Merged
merged 1 commit into from
Jul 15, 2024
Merged

fix(python): pip-compile config #19

merged 1 commit into from
Jul 15, 2024

Conversation

ramonziai
Copy link
Contributor

@ramonziai ramonziai commented Jul 15, 2024

Following experiences with https://github.com/bettermarks/bm-nlp-validator, fileMatch for pip-compile needs to match the *.txt files, not the *.in files. See docs: https://docs.renovatebot.com/modules/manager/pip-compile/#non-configured-filematch

Also dropped Python version constraint, since it's different for every project anyway, and 3.8 should definitely not be a default anymore.

How has this been tested?

See e.g. https://github.com/bettermarks/bm-nlp-validator/pull/226 resulting from correct config there.

Copy link

@cakemanny cakemanny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh, nice find :D

@ramonziai ramonziai merged commit a4c902c into main Jul 15, 2024
1 check passed
@ramonziai ramonziai deleted the fix-python-pip-compile branch July 15, 2024 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants