Skip to content

Run Renovate to update NPM Dependencies #44

Run Renovate to update NPM Dependencies

Run Renovate to update NPM Dependencies #44

Workflow file for this run

name: Run Renovate to update NPM Dependencies
on:
schedule:
- cron: "0 12 * * Mon" # Every Monday at 12pm
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: "main"
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
configurationFile: .github/renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}
env:
LOG_LEVEL: "debug"