Skip to content

Renovate

Renovate #5403

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '0 * * * *' # Run hourly
workflow_dispatch: # Allow manual triggers
permissions:
contents: write
pull-requests: write
issues: write
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Renovate
uses: renovatebot/github-action@v43.0.14
with:
token: ${{ secrets.GITHUB_TOKEN }}
env:
LOG_LEVEL: debug
RENOVATE_REPOSITORIES: ${{ github.repository }}
# todo: run build.sh