Skip to content

Renovate

Renovate #7863

Workflow file for this run

name: Renovate
on:
workflow_dispatch:
schedule:
- cron: '0 * * * *'
jobs:
renovate:
name: Renovate
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4.1.7
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.6
env:
LOG_LEVEL: debug
NX_CLOUD_AUTH_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
with:
configurationFile: .github/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}