Skip to content

Renovate

Renovate #60419

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