Skip to content

Renovate

Renovate #5

Workflow file for this run

name: Renovate
on:
push:
branches:
- "main"
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
token: ${{ secrets.CPP_LINTER_TOKEN }}