You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 ofbuild.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
The text was updated successfully, but these errors were encountered: