Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
anomiex committed Sep 2, 2024
1 parent 0cbd2f1 commit 5d11a45
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
name: Renovate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: renovatebot/github-action@v39.0.5
- uses: actions/checkout@v4
- uses: renovatebot/github-action@v40.1.5
with:
configurationFile: .github/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
renovate-version: 37.18.4
renovate-version: 38.57.3
env:
LOG_LEVEL: ${{ github.event.inputs.logLevel || 'debug' }}
RENOVATE_DRY_RUN: ${{ github.event.inputs.dryRun == 'no' && 'null' || github.event.inputs.dryRun || 'null' }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This is a minimal reproduction repo for https://github.com/renovatebot/renovate/discussions/25201
Minimal reproduction repo
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"dependencies": {
"chalk": "5.0.0"
"ansi-styles": "^4.0.0",
"chalk": "4.0.0"
},
"engines": {
"pnpm": "^8.6.0"
"pnpm": "^9.0.0"
}
}
73 changes: 64 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d11a45

Please sign in to comment.