Skip to content

Commit 3c6d8aa

Browse files
fix: update auto merge on patch or minor (#1868)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dd04f7e commit 3c6d8aa

3 files changed

Lines changed: 20 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
name: Install pnpm
3636
id: pnpm-install
3737
with:
38-
version: 10
38+
version: 10.14.0
3939
run_install: false
4040

4141
- name: Get pnpm store directory
@@ -79,7 +79,7 @@ jobs:
7979
name: Install pnpm
8080
id: pnpm-install
8181
with:
82-
version: 10
82+
version: 10.14.0
8383
run_install: false
8484

8585
- name: Get pnpm store directory

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description": "A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.",
77
"dependencies": {
88
"@inversifyjs/common": "1.5.2",
9-
"@inversifyjs/container": "1.12.1",
9+
"@inversifyjs/container": "1.12.2",
1010
"@inversifyjs/core": "6.0.1"
1111
},
1212
"devEngines": {

pnpm-lock.yaml

Lines changed: 17 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)