Skip to content

run renovate

run renovate #4634

Workflow file for this run

name: run renovate
on:
workflow_dispatch:
schedule:
- cron: "0 * * * *"
jobs:
renovate:
runs-on: ubuntu-latest
permissions:
checks: write
statuses: write
contents: write
issues: write
pull-requests: write
packages: read
actions: read
id-token: write
security-events: read
steps:
- uses: a-novel-kit/workflows/generic-actions/renovate@master
with:
allowed_commands: |
[
"^pnpm format$",
"^go mod download$",
"^go mod download .*",
"^rm -f .*",
"^go generate .*",
"^go get .*",
"^go tool .*"
]
github_token: ${{ secrets.GITHUB_TOKEN }}
app_private_key: ${{ secrets.DEPENDENCY_BOT_PRIVATE_KEY }}
app_id: ${{ vars.DEPENDENCY_BOT_ID }}