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

Renovate

Renovate #347

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@8f6b0f762415909f60b0efb1817c4dee029ea806 # v40.1.1
with:
configurationFile: .github/renovate-config.js
token: ${{ github.token }}