chore: update renovate config
This commit is contained in:
4
.github/workflows/renovate.yml
vendored
4
.github/workflows/renovate.yml
vendored
@@ -25,13 +25,13 @@ jobs:
|
||||
- name: Install node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '22'
|
||||
node-version: "22"
|
||||
|
||||
- name: Install bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
|
||||
- name: Install Renovate
|
||||
run: bun install -g renovate@40 re2
|
||||
run: bun install -g renovate@40
|
||||
|
||||
- name: Echo repository
|
||||
run: echo ${{ github.repository }}
|
||||
|
||||
Reference in New Issue
Block a user