chore(renovate): add repository and better checkout

This commit is contained in:
Shintaro Jokagi 2025-05-30 09:47:11 +12:00 committed by GitHub
parent a0a7cfef26
commit c26eda3e65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,7 @@ on:
env:
LOG_LEVEL: ${{ inputs.logLevel || 'info' }}
RENOVATE_REPOSITORIES: ${{ github.repository }}
jobs:
renovate:
@ -25,6 +26,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Renovate
uses: renovatebot/github-action@v42.0.4