Fix Renovate config issues with pnpm 7/8, adjust engines and npm config (#2159)

This commit is contained in:
Dotan Simha 2023-05-08 10:23:48 +03:00 committed by GitHub
parent c1f0443f5b
commit db708ba01e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

1
.npmrc
View file

@ -1,2 +1,3 @@
enable-pre-post-scripts=true
shamefully-hoist=true
engine-strict=true

View file

@ -13,7 +13,7 @@
},
"license": "MIT",
"private": true,
"packageManager": "pnpm@7.32.2",
"packageManager": "pnpm@7.32.3",
"engines": {
"node": ">=18",
"pnpm": ">=7"

View file

@ -1,6 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>the-guild-org/shared-config:renovate", ":preserveSemverRanges"],
"constraints": {
"pnpm": "7.32.2"
},
"packageRules": [
{
"groupName": "@theguild/prettier-config",