Skip to content

Renovate

Renovate #1464

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@v7
- name: Self-hosted Renovate
uses: renovatebot/github-action@22e0a16091fc706b04affe6ae53d5e3358ac4023 # v46.1.19
with:
configurationFile: .github/renovate.json
token: ${{ secrets.SLACKHQ_MBR_GITHUB_TOKEN }}