Skip to content

Renovate

Renovate #177

Workflow file for this run

---
name: Renovate
# yamllint disable-line rule:truthy
on:
schedule:
- cron: '23 5 * * *'
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Renovate
uses: renovatebot/github-action@v39.0.1
with:
token: ${{ secrets.RENOVATE_TOKEN }}
env:
LOG_LEVEL: 'debug'
RENOVATE_REPOSITORIES: ${{ github.repository }}