Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Renovate

Renovate #125

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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@89bd050bafa5a15de5d9383e3129edf210422004 # v40.1.5
with:
configurationFile: .github/renovate-config.js
token: ${{ github.token }}