Skip to content

Renovate

Renovate #1007

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '0 2 * * *'
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
configurationFile: renovate/renovate-config.js
token: ${{ secrets.TECH_SERVICES_GITHUB_TOKEN }}