Skip to content

Renovate

Renovate #142

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
concurrency:
group: renovate
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: renovatebot/[email protected]
env:
RENOVATE_REPOSITORIES: ${{ github.repository }}
with:
token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}