Skip to content

Renovate

Renovate #454

Workflow file for this run

# workflow for checking package versions and opening PRs to bump
name: Renovate
on:
schedule:
- cron: "0 12 * * *"
workflow_dispatch:
workflow_call:
jobs:
renovate:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@e3a862510f27d57a380efb11f0b52ad7e8dbf213 # v41.0.6
with:
configurationFile: .github/renovate-config.js
token: ${{ github.token }}