Skip to content

Renovate

Renovate #49

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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Self-hosted Renovate
uses: renovatebot/github-action@8f6b0f762415909f60b0efb1817c4dee029ea806 # v40.1.1
with:
configurationFile: .github/renovate-config.js
token: ${{ github.token }}