Skip to content

Commit

Permalink
fix(deps): update automerge non-major updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent f09747f commit 75e585d
Show file tree
Hide file tree
Showing 5 changed files with 141 additions and 351 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: pnpm/action-setup@v4

- name: Prepare Node.js
uses: actions/setup-node@v4.0.0
uses: actions/setup-node@v4.1.0
with:
node-version-file: .node-version
cache: pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: 🔒 Lock closed issues and PRs
runs-on: ubuntu-latest
steps:
- uses: dessant/[email protected].0
- uses: dessant/[email protected].1
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: '30'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.10.0@sha256:445acd9b2ef7e9de665424053bf95652e0b8995ef36500557d48faf29300170a
FROM node:20.18.0@sha256:a7a3b7ec6de4b11bb2d673b31de9d28c6da09c557ee65453672c8e4f754c23fc

WORKDIR /app

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"repository": "https://github.com/RightCapitalHQ/artist",
"author": "RightCapital Ecosystem team <[email protected]>",
"license": "MIT",
"packageManager": "pnpm@9.1.2",
"packageManager": "pnpm@9.13.2",
"engines": {
"node": ">=18.x",
"pnpm": ">=8.x"
Expand Down Expand Up @@ -49,12 +49,12 @@
},
"dependencies": {
"@rightcapital/exceptions": "1.2.6",
"@slack/bolt": "3.14.0",
"@slack/web-api": "6.9.0",
"@slack/bolt": "3.22.0",
"@slack/web-api": "6.13.0",
"async-retry": "1.3.3",
"dotenv": "16.3.1",
"dotenv": "16.4.5",
"lodash": "4.17.21",
"openai": "4.16.1"
"openai": "4.72.0"
},
"scripts": {
"commit": "cz",
Expand Down
Loading

0 comments on commit 75e585d

Please sign in to comment.