Skip to content

Renovate

Renovate #693

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-22.04
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Self-hosted Renovate
uses: renovatebot/github-action@dd4d265eb8646cd04fc5f86ff8bc8d496d75a251 # v40.2.8
with:
configurationFile: .github/renovate-config.js
token: ${{ github.token }}