Skip to content

Renovate

Renovate #63528

Workflow file for this run

---
env:
RENOVATE_VERSION: 38.140.2
name: Renovate
concurrency:
# if another instance of renovate is running,
# do not attempt to run overlapping instances.
group: renovate
on: # yamllint disable-line rule:truthy
schedule:
# The "*" (#42, asterisk) character has special semantics in YAML, so this
# string has to be quoted.
- cron: '0/15 * * * *'
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@e02bf7b1c996027e55e910400653576a8293246c # v41.0.3
with:
configurationFile: renovate.json
renovate-version: ${{ env.RENOVATE_VERSION }}
token: ${{ secrets.GH_PAT }}
env:
LOG_LEVEL: 'debug'