Skip to content

Renovate

Renovate #11

Workflow file for this run

name: Renovate
on:
workflow_dispatch:
schedule:
# https://crontab.guru/#0_8,11,14,17_*_*_*
- cron: '0 8,11,14,17 * * *'
concurrency:
group: renovate-${{ github.ref }}
cancel-in-progress: true
jobs:
renovate:
name: Run Renovate
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- name: Self-hosted Renovate
uses: renovatebot/github-action@3c68caaa9db5ff24332596591dc7c4fed8de16ce # v46.0.1
with:
configurationFile: 'renovate-self-hosted.json'
env-regex: "^(?:RENOVATE_\\w+|LOG_LEVEL|GITHUB_COM_TOKEN|NODE_OPTIONS|AWS_TOKEN)$"
token: '${{ secrets.ORY_BOT_PAT }}'