Skip to content

Renovate

Renovate #2269

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '0 1,3,6,9,13,22,23 * * *'
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Setup node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
- name: Renovate
uses: renovatebot/github-action@21d88b0bf0183abcee15f990011cca090dfc47dd # v40.1.12
with:
renovate-image: ghcr.io/nabeken/renovate-github-apps
configurationFile: .github/renovate-global.json
env-regex: "^(?:RENOVATE_\\w+|LOG_LEVEL|GITHUB_PRIV_KEY|GO_GITHUB_APPS_\\w+)$"
env:
LOG_LEVEL: debug
# let the custom image unset RENOVATE_TOKEN
RENOVATE_TOKEN: _ACTION_DUMMY_
GO_GITHUB_APPS_INST_ID: ${{ secrets.renovate_app_inst_id }}
GO_GITHUB_APPS_APP_ID: ${{ secrets.renovate_app_id }}
GITHUB_PRIV_KEY: ${{ secrets.renovate_app_priv_key }}