Guides

Each guide walks through one complete update pipeline, with the manifest it runs and an explanation of every section. They are ordered from the simplest to the most involved.

  • Docker Compose - keep a docker-compose.yaml on the latest image tag or digest, then push the change through GitHub.
  • npm - track an npm dependency and refresh both package.json and package-lock.json with a shell target.
  • Helm chart - gate a chart bump behind two conditions before opening a pull request.
  • Dockerfile - how the Jenkins project keeps six targets across Dockerfiles, YAML, and HCL on the same JDK version.

If you are looking for a specific resource rather than a worked example, the Plugins section documents every source, condition, target, scm, and action.