Skip to content

Renovate

Renovate #737

Workflow file for this run

name: Renovate
on:
schedule:
- cron: "0 8 * * *" # 8am daily
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Self-hosted Renovate
uses: renovatebot/github-action@0c94129d48b4e92addf23686b8a735b3057a0448 # v40.2.5
with:
configurationFile: .github/renovate.json
token: ${{ secrets.SLACKHQ_MBR_GITHUB_TOKEN }}