Skip to content

renovate

renovate #2061

Workflow file for this run

---
name: "renovate"
on:
workflow_dispatch:
push:
branches:
- main
paths:
- .github/renovate.json5
- .github/renovate/**.json5
schedule:
- cron: "0 * * * *"
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
configurationFile: .github/renovate.json5
token: ${{ secrets.RENOVATE_TOKEN }}