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

Enrolling automatic dependency updates also for non-security issues #54

Open
venkatamutyala opened this issue Oct 13, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@venkatamutyala
Copy link

I noticed some of the workflows in this repository aren't pinned. Adding a tool like renovatebot can make life a lot easier and help manage your dependency updates.

For example in one of your github actions you have:
https://github.com/OpenRailAssociation/github-org-manager/blob/main/.github/workflows/test.yaml#L31

With renovate bot it'll pin it to a precise sha and create another PR for you so that you can accept updates/changes.

We use it at my organization and it saves a ton of time and also helps ensure we don't hit unexpected updates/changes or fall behind on security updates. Also, renovatebot supports a number of different languages and tools. It'll auto-detect what's in your repository and then create PR's where it finds updates. In your case it should update your python dependencies automatically with no configuration beyond installing this github app:

https://github.com/apps/renovate

I have a public config I am happy to share if you folks end up using renovatebot.

@cornelius
Copy link
Member

I think it's a good idea to use a tool like renovatebot to automate updating dependencies. But I'll leave it to @mxmehl to discuss this further. He's away right now, we can continue once he is back.

@mxmehl
Copy link
Member

mxmehl commented Dec 3, 2024

Thanks for the proposal.

In this project, I already enrolled dependapot for security issues. I may extend it to also make regular updates, but this isn't strictly a security issue.

@mxmehl mxmehl changed the title [feat/security] adding renovatebot Enrolling automatic dependency updates also for non-security issues Dec 3, 2024
@mxmehl mxmehl added the enhancement New feature or request label Dec 3, 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

3 participants