Skip to content

Renovate

Renovate #2941

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Setup node
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
- name: Renovate
uses: renovatebot/github-action@a1ed1d0adddfdf138192d1fbe3150a80094dee6a # v40.3.1
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 }}