Skip to content

Renovate

Renovate #59696

Workflow file for this run

---
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@a1ed1d0adddfdf138192d1fbe3150a80094dee6a # v40.3.1
with:
configurationFile: renovate.json
token: ${{ secrets.GH_PAT }}
env:
LOG_LEVEL: 'debug'