-
Notifications
You must be signed in to change notification settings - Fork 0
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
Keep GitHub actions dependencies up to date #18
Comments
Having looked into it Dependabot is the way to go:
|
There is also depup, which could be worth looking into if Dependabot doesn't do everything for us out of the box. |
Dependabot doesn't yet update references to Docker Containers in GitHub Actions, which is why the Label Checker version isn't being updated.
|
Have pinned the linux dependencies in the devcontainer Dockerfile, but there is no mechanism in place to automatically update them at this moment. Looks like it's on Dependabot's roadmap, so I've created a recurring reminder every 6 months to see if Dependabot offer it. |
Ubuntu releases every year in April. In 2020 the GitHub Actions team offered the latest version by mid June, so I have created an annual reminder for 1st July each year to see if we can upgrade. Will involve e.g. for 2021, simply replacing |
Did all of this incrementally in a number of PRs, final one was #50 |
Look at both GitHub Dependabot and Renovate
dependency PRs should be labelled with:
dependencies
patch
Dependencies to keep up to date:
.github/workflows
dir)github_tag_and_release.yml
tests.yml
FROM
commandThe text was updated successfully, but these errors were encountered: