From f57cef1f8855979a9b08451acfb08e30b5d98205 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Sat, 16 Mar 2024 23:37:58 +0100 Subject: [PATCH] Add README Signed-off-by: Sam Therapy --- .forgejo/workflows/renovate.yaml | 4 ++-- README.md | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/renovate.yaml b/.forgejo/workflows/renovate.yaml index ccb26a6..b13289d 100644 --- a/.forgejo/workflows/renovate.yaml +++ b/.forgejo/workflows/renovate.yaml @@ -1,4 +1,4 @@ -name: renovate +name: Check for Dependency Updates on: schedule: @@ -18,4 +18,4 @@ jobs: RENOVATE_CONFIG_FILE: "/workspace/infrastructure/renovate/config.js" LOG_LEVEL: "debug" RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} - GITHUB_TOKEN: ${{ secrets.HUB_TOKEN }} \ No newline at end of file + GITHUB_COM_TOKEN: ${{ secrets.HUB_TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md index be24a8a..c91dd12 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ -# renovate +# Renovate Bot Config +This repository stores the configuration for this instance's Renovate bot. + +## Using Renovate in your repository + +All you should need to do is add the [`renovate-bot`](https://git.froth.zone/renovate-bot) user as a collaborator to your repository. Renovate will then automatically start creating pull requests to update your dependencies. \ No newline at end of file