Skip to content

Self-host renovate

Self-host renovate #1

Workflow file for this run

name: Self-Hosted Renovate
on:
schedule:
- cron: '0 2 * * *'
workflow_dispatch:
push:
branches:
- renovate/reconfigure # TEMP
jobs:
run-renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Renovate Bot GitHub Action
uses: renovatebot/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}