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

Add the pip ecosystem to dependabot.yml #202

Merged
merged 2 commits into from
Dec 4, 2024
Merged

Conversation

ezio-melotti
Copy link
Member

I noticed that the pip deps are not being updated automatically.
This PR adds the pip ecosystem to the dependabot.yml.

@ezio-melotti ezio-melotti added enhancement dependencies Pull requests that update a dependency file labels Dec 4, 2024
@ezio-melotti ezio-melotti requested a review from hugovk December 4, 2024 06:35
Co-authored-by: Ezio Melotti <[email protected]>
Copy link
Member

@hugovk hugovk left a comment

Choose a reason for hiding this comment

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

This is a good idea, note that we need to be careful because pip-compile has a bug (jazzband/pip-tools#2082) that breaks the ordering:

diff --git a/requirements.txt b/requirements.txt
---only-binary :all:
 --no-binary grapheme
 --no-binary grpclib
+--only-binary :all:

So until they have a new release (jazzband/pip-tools#2112) we'll need to manually fix that up in Dependabot PRs before merge.

@ezio-melotti ezio-melotti merged commit 21d18fc into master Dec 4, 2024
10 checks passed
@ezio-melotti ezio-melotti deleted the dependabot-pip branch December 4, 2024 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants