From 80ce498af1c507170769f6a9e4732089df5afff0 Mon Sep 17 00:00:00 2001 From: Koen van Zuijlen <8818390+kvanzuijlen@users.noreply.github.com> Date: Tue, 6 Feb 2024 21:22:14 +0100 Subject: [PATCH] docs: Add another advanced configuration example (#814) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b8c4352..8ff8e8db 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,10 @@ See `.github/workflows/build.yml` for an example of how to do this. This example uses a Personal Access Token and will run every 15 minutes. The Personal Access token is configured as a GitHub secret named `RENOVATE_TOKEN`. This example uses the [`example/renovate-config.js`](./example/renovate-config.js) file as configuration. -You can also see a live example of this action in the [`vidavidorra/github-renovate` repository](https://github.com/vidavidorra/github-renovate) repository, which also includes a more [advanced configuration](https://github.com/vidavidorra/github-renovate/blob/master/src/renovate-config.ts) for updating GitHub Action workflows. +Live examples with more advanced configurations of this action can be found in the following repositories: + +- [vidavidorra/renovate](https://github.com/vidavidorra/renovate/blob/main/.github/renovate.json) +- [jenkinsci/helm-charts](https://github.com/jenkinsci/helm-charts/blob/main/.github/renovate-config.json5) **Remark** Update the action version to the most current, see [here](https://github.com/renovatebot/github-action/releases/latest) for latest release.