ci: pin renovate to version 40

This commit is contained in:
Nicolas Meienberger
2025-05-13 08:11:54 +02:00
parent 2b8e2dd6b6
commit 0e1924f650

View File

@@ -31,7 +31,7 @@ jobs:
uses: oven-sh/setup-bun@v2 uses: oven-sh/setup-bun@v2
- name: Install Renovate - name: Install Renovate
run: bun install -g renovate re2 run: bun install -g renovate@40 re2
- name: Echo repository - name: Echo repository
run: echo ${{ github.repository }} run: echo ${{ github.repository }}