Add README
All checks were successful
Check for Dependency Updates / renovate (push) Successful in 35s

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2024-03-16 23:37:58 +01:00
parent 6854d33287
commit f57cef1f88
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD
2 changed files with 8 additions and 3 deletions

View file

@ -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 }}
GITHUB_COM_TOKEN: ${{ secrets.HUB_TOKEN }}

View file

@ -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.