Skip to content

Renovate

Renovate #4

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '0 11 * * 6' # Weekly Saturday 6 AM EST (11 AM UTC)
workflow_dispatch:
permissions:
contents: read
jobs:
renovate:
name: Renovate Dependency Updates
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Run Renovate
uses: renovatebot/github-action@44f24283a60f64273f1294932f16ba61193cccca # v46.1.0
env:
RENOVATE_REPOSITORIES: ${{ github.repository }}
LOG_LEVEL: 'debug'
with:
configurationFile: .github/renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}
renovate-version: 42-full