Skip to content

Renovate Bot

Renovate Bot #419

Workflow file for this run

name: Renovate Bot
on:
workflow_dispatch:
schedule:
- cron: '0 * * * *'
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
jobs:
renovate:
runs-on:
labels: [self-hosted, linux, x64]
group: light
steps:
- name: run renovate
uses: SwanseaUniversityMedical/workflows/.github/actions/[email protected]
with:
token: ${{ secrets.RENOVATE_TOKEN }}
env:
RENOVATE_SOME_TOKEN: "xxxxxx"