From b76376db805f3670d69ecabf241398a292cda299 Mon Sep 17 00:00:00 2001 From: Adam Vacha <90470596+AdamVacha@users.noreply.github.com> Date: Tue, 13 Feb 2024 17:44:39 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37c69b51..1de84873 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Now we add the PAT you created as a secret in your GitHub repo. 4. Name your secret `RENOVATE_TOKEN` and paste your PAT in the value field. 5. Click "Add secret." -### `Step 4: Create `renovate.json`` +### `Step 4: Create renovate.json` Renovate requires this .json file so lets setup a basic one. 1. Create `renovate.json` in the base of your repo.