This repository was archived by the owner on Apr 8, 2026. It is now read-only.
Renovate Dependency Update #337
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |