Skip to content

autodiscover true

autodiscover true #2

Workflow file for this run

name: renovate
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/create-github-app-token@v3
id: app-token
with:
client-id: ${{ vars.APP_CLIENT_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Self-hosted Renovate
uses: renovatebot/github-action@v46.1.14
with:
configurationFile: renovate-config.js
token: ${{ steps.app-token.outputs.token }}