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

Automate package updates #44

Closed
rvolosatovs opened this issue Feb 4, 2020 · 3 comments
Closed

Automate package updates #44

rvolosatovs opened this issue Feb 4, 2020 · 3 comments

Comments

@rvolosatovs
Copy link
Owner

Summary

It would be great if package updates could be automated

Why do we need this?

To reduce maintenance resources required

What is already there? What do you see now?

Manual update PRs like #42
check-versions.go is used for newest version fetching and then the output is manually compared to the contents of build.sh

What is missing? What do you want to see?

Check versions and open automated PRs if packages are out-of-date.

Environment

CI

How do you propose to implement this?

Run a cron job, which would check that latest versions available and open a PR if there are out-of-date packages. Maybe this could be done with Github Actions.

Can you do this yourself and submit a Pull Request?

yes

@rvolosatovs rvolosatovs added this to the Next Up milestone Feb 4, 2020
@rvolosatovs rvolosatovs self-assigned this Feb 4, 2020
@strophy
Copy link
Collaborator

strophy commented Nov 29, 2022

I believe this can be achieved with GitHub Actions and the Renovate bot regex module, which works similar to Dependabot

https://docs.renovatebot.com/modules/manager/regex/

@rvolosatovs
Copy link
Owner Author

I believe this can be achieved with GitHub Actions and the Renovate bot regex module, which works similar to Dependabot

docs.renovatebot.com/modules/manager/regex

Never heard of it, but if it works, then that would be fantastic

@rvolosatovs rvolosatovs modified the milestones: 4.0.0, Backlog Nov 29, 2022
@strophy
Copy link
Collaborator

strophy commented Dec 16, 2022

Closed in #122

@strophy strophy closed this as completed Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants