-
Notifications
You must be signed in to change notification settings - Fork 205
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
Enable dependabot automatic fixing of dependencies for improved security #1749
Comments
@SachidanandAlle Does this sound reasonable to improve the security for MonaiLabel? This usage of dependabot uses automation to reduce the amount of human interaction required to stay on top of updates. |
yes. makes sense :) |
one issue that needs to be fixed/resolved once we enable the dependency bot- keep both requirements.txt and setup.py in sync. may be there is way to fix this dedup problem. |
Based on https://packaging.python.org/en/latest/discussions/install-requires-vs-requirements/ it appears that requirements.txt and |
Enable dependabot in the security section of this repo. https://github.com/Project-MONAI/MONAILabel/settings/security_analysis
cc: @SachidanandAlle
With these settings turned on (see image below) you will see dependabot alerts such as:
requests
being used bymonailabel
.With the setting to enabled to allow dependabot to automatically open PRs, you will observe that it will open a PR such as:
The text was updated successfully, but these errors were encountered: