Add README
All checks were successful
Check for Dependency Updates / renovate (push) Successful in 35s
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:
parent
6854d33287
commit
f57cef1f88
2 changed files with 8 additions and 3 deletions
|
@ -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 }}
|
|
@ -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.
|
Loading…
Reference in a new issue