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

[feat] Add dependency updating bot and script for our dockerfiles #361

Open
apaletta3 opened this issue Feb 21, 2024 · 0 comments
Open

[feat] Add dependency updating bot and script for our dockerfiles #361

apaletta3 opened this issue Feb 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@apaletta3
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Everytime we update an ostk repo and do a release we have to manually propagate that up the chain

Describe the solution you'd like
We have already installed dependabot for the pip package manager, but that doesn't update our dependencies listed in the dockerfiles. So we should

  1. Centralize all the versions of all our dependencies in a versions.env file at the root level
  2. Create a github action that can go and modify the dependencies in our dockerfile every so often and open a PR if they need to be updated
@apaletta3 apaletta3 added the enhancement New feature or request label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant