Skip to content

Self-Hosted Renovate #16

Self-Hosted Renovate

Self-Hosted Renovate #16

Workflow file for this run

name: Self-Hosted Renovate
on:
schedule:
- cron: '0 2 * * *'
workflow_dispatch:
jobs:
run-renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Renovate Bot GitHub Action
uses: renovatebot/[email protected]
with:
token: ${{ secrets.RENOVATE_TOKEN }}
configurationFile: .github/renovate-config.js
env:
LOG_LEVEL: DEBUG