Skip to content

Renovate

Renovate #42

Workflow file for this run

name: Renovate
on:
workflow_dispatch:
schedule:
- cron: "0 7 * * *"
permissions:
contents: read
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Self-hosted Renovate
uses: renovatebot/github-action@v44.0.3
with:
token: ${{ secrets.LOGCHANGE_PAT_TOKEN }}
configurationFile: .github/renovate-config.js
renovate-version: full
env:
RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: ".*"
LOG_LEVEL: debug