Skip to content

add renovate

add renovate #1

Workflow file for this run

name: renovate
on:
workflow_dispatch:
push:
branches: [master]
schedule:
- cron: "* 1 * * *"
jobs:
renovate:
uses: lrstanley/.github/.github/workflows/renovate.yml@master
secrets:
app-id: ${{ secrets.BOT_APP_ID }}
app-private-key: ${{ secrets.BOT_PRIVATE_KEY }}