-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feature: Add Dependabot for automatic software updates #139
Conversation
migrating to .toml so do not need this file
generate a frozen state of packages for docs done using command `pip-compile --extra=docs -o requirements.txt`
update requirements with all extra dependencies
for docs build include ipykernel
Main thing is I do not know if this screws up pushing to pypi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Will this automatically create releases (if so is it every week)? If it doesn't create releases, the it shouldn't affect pushing to pypi. The pypi upload only occurs when a new release is made.
I do not think this will automatically create releases, I think it will create PR to ensure packages stay up to date. Have not been able to test it out though since it is not merged so going to merge now. |
Description
Add Dependabot workflow for automatic software updates. Depends on PR #138
This PR also completes the migration from setup.cfg to the .toml file. Note all of the requirements files are removed except for one which is autogenerated using pip-compile.
Contents (#139)
Other
Uncategorised!