Skip to content

Update renovatebot/github-action action to v40.2.10 #177449

Update renovatebot/github-action action to v40.2.10

Update renovatebot/github-action action to v40.2.10 #177449

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '0/5 * * * *'
push:
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.10
with:
configurationFile: .github/renovate.js
token: ${{ secrets.RENOVATE_TOKEN }}