Skip to content

run renovate

run renovate #1909

Workflow file for this run

name: run renovate
on:
workflow_dispatch:
schedule:
- cron: "0 * * * *"
jobs:
renovate:
runs-on: ubuntu-latest
permissions:
contents: write
packages: read
steps:
- uses: a-novel-kit/workflows/generic-actions/renovate@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
app_private_key: ${{ secrets.DEPENDENCY_BOT_PRIVATE_KEY }}
app_id: ${{ vars.DEPENDENCY_BOT_ID }}