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