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

Make way for using dependabot for requirements #206

Merged
merged 1 commit into from
Jul 12, 2022

Conversation

evrardjp
Copy link
Owner

dependabot only understand {dev-,test-,}requirements.txt.
We need to rename the tox-requirements into dev-requirements,
so that dependabot can maintain it.

We can then freeze the dependencies in test, and use dependabot
to automatically bump the deps.

This will increase stability for maintainers (no PR will fail due
to test env), while at the same time we will have dependabot to
still show us the issues originated from upstream changes
on a more frequent basis.

dependabot only understand {dev-,test-,}requirements.txt.
We need to rename the tox-requirements into dev-requirements,
so that dependabot can maintain it.

We can then freeze the dependencies in test, and use dependabot
to automatically bump the deps.

This will increase stability for maintainers (no PR will fail due
to test env), while at the same time we will have dependabot to
still show us the issues originated from upstream changes
on a more frequent basis.
@evrardjp evrardjp merged commit 78974b7 into master Jul 12, 2022
@evrardjp evrardjp deleted the make-way-for-dependabot branch July 12, 2022 07:54
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

1 participant