From 52c35983b402b3c515e702ba34c6f9fd69ecda8b Mon Sep 17 00:00:00 2001 From: Matt Busche Date: Fri, 19 Mar 2021 20:06:20 -0500 Subject: [PATCH] fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 528c5db8..47891b5b 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Note that the [`GITHUB_TOKEN`](https://help.github.com/en/actions/configuring-an ## Example -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/config.js`](./example/config.js) file as configuration. +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 my [github-renovate](https://github.com/vidavidorra/github-renovate) repository, which also includes a more [advanced configuration](https://github.com/vidavidorra/github-renovate/blob/master/src/config.js) for updating GitHub Action workflows. **Remark** Update the action version to the most current, see [here](https://github.com/renovatebot/github-action/releases/latest) for latest release.