From 0b34eacfecfaf3f7b383cf94dfc80ccf063551da Mon Sep 17 00:00:00 2001 From: Pete Muir Date: Wed, 14 Aug 2019 10:38:43 +0100 Subject: [PATCH] chore: document how to update dependencies --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 179556b2c..ce28eeb6c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,15 @@ This repository contains the consistent set of versions of packages and helm ch * [docker](docker) contains the versions of container images * [packages](packages) contains the versions of CLI tools like `jx`, `helm` etc +## Update to latest versions of all depdendencies + +To update all the dependencies in the repo to their latest version run + + jx step create pr versions -f '*' --images + +If there is an existing PR to bump versions it will be updated. This command is run using Kubernetes `CronJob` every 12 hours so you normally only need to run it manually if you want to update dependencies faster. + +If a PR created using this step is showing conflicts the easiest way to resolve it is to close the PR and rerun the command. ## Layout