ci: add checkout step to Renovate workflow so config file is available

This commit is contained in:
Wikid82
2025-11-18 19:21:18 -05:00
parent 54881764ad
commit e3e6c75354

View File

@@ -14,6 +14,10 @@ jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Run Renovate
uses: renovatebot/github-action@v40.1.11
with: