Skip to content

Renovate

Renovate #152

Workflow file for this run

name: Renovate
on:
schedule:
# Run twice daily
- cron: '0 6,18 * * *'
workflow_dispatch:
permissions:
contents: read
jobs:
renovate:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
- uses: renovatebot/github-action@v46.1.1
with:
token: ${{ secrets.RENOVATE_TOKEN }}
env:
LOG_LEVEL: info
RENOVATE_REPOSITORIES: ${{ github.repository }}