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

Configure Dependabot updates to help keep packages and security vulnerabilities up to date #39

Open
2 tasks
ceholden opened this issue Oct 22, 2024 · 0 comments
Assignees

Comments

@ceholden
Copy link
Collaborator

Description

While working on #37 we discovered that many of our Python dependencies and the Python versions we're using have been deprecated or have security vulnerabilities associated with them. This is in part due to the success of our services that we haven't needed to update them. Dependabot is already configured to identify security issues in this repository, but it doesn't been configured to open PRs to update packages. To help cut down on developer time spent doing this sort of maintenance and to more proactively address security issues we want to configure Dependabot to do this for us.

See,

Acceptance Criteria

  • Dependabot configured to open PRs for security updates
  • Dependabot configured to open PRs for relevant package ecosystems (Github Actions, pip for requirements.txt and Pipfile, Docker, etc)
@ceholden ceholden self-assigned this Oct 22, 2024
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

No branches or pull requests

1 participant