Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Renovate Dependency Update #240

Renovate Dependency Update

Renovate Dependency Update #240

Workflow file for this run

name: Renovate Dependency Update
on:
schedule:
- cron: '0 6 * * *'
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@v42.0.0
with:
configurationFile: .github/configs/renovate-config.js
token: ${{ secrets.RENOVATE_PAT_TOKEN }}
env:
LOG_LEVEL: debug