Skip to content

Renovate

Renovate #2516

Workflow file for this run

name: Renovate
on:
workflow_dispatch:
repository_dispatch:
types: [renovate]
schedule:
- cron: '0 * * * *'
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
jobs:
renovate:
runs-on:
labels: [ self-hosted, linux, x64 ]
group: heavy
steps:
- uses: SwanseaUniversityMedical/workflows/.github/actions/renovate@v1.0.0-renovate
with:
token: ${{ secrets.RENOVATE_TOKEN }}
config: '.github/renovate.js'