Skip to content

Commit

Permalink
RFC: Disable renovation for pnpm >=9.15.5 (#160)
Browse files Browse the repository at this point in the history
This may be too aggressive, but the idea is that we can sit tight for a
few weeks to see whether Node.js 22 will bundle Corepack 0.31.

- seek-oss/aws-codedeploy-hooks#93 (review)
- https://togithub.com/nodejs/corepack/issues/612
  • Loading branch information
72636c authored Feb 3, 2025
1 parent 14bf066 commit 29ae34f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
- pull_request
- push

env:
COREPACK_DEFAULT_TO_LATEST: 0

permissions: {}

jobs:
Expand Down
5 changes: 5 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@

"allowedVersions": "!/^(3\\.42\\.0|4\\.21\\.0)$/"
},
{
"matchDepNames": ["pnpm"],

"allowedVersions": "< 9.15.5"
},
{
"matchManagers": ["npm"],
"matchDepNames": ["/^@types//"],
Expand Down
5 changes: 5 additions & 0 deletions non-critical.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@

"allowedVersions": "!/^(3\\.42\\.0|4\\.21\\.0)$/"
},
{
"matchDepNames": ["pnpm"],

"allowedVersions": "< 9.15.5"
},
{
"matchDepNames": ["!seek-jobs/gantry", "!seek-jobs/automat", "!skuba"],
"matchUpdateTypes": [
Expand Down
5 changes: 5 additions & 0 deletions third-party-major.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@

"allowedVersions": "!/^(3\\.42\\.0|4\\.21\\.0)$/"
},
{
"matchDepNames": ["pnpm"],

"allowedVersions": "< 9.15.5"
},
{
"matchDepNames": [
"!braid-design-system",
Expand Down

0 comments on commit 29ae34f

Please sign in to comment.