Skip to content

Commit

Permalink
Block new pnpm version with busted fetch (#134)
Browse files Browse the repository at this point in the history
I don't know if this is necessary, feel free to close if not.
  • Loading branch information
72636c authored Oct 17, 2024
1 parent 2c25781 commit 85cd749
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,13 @@
"matchManagers": ["dockerfile"],
"schedule": ["before 7:00 on Monday"],
"prPriority": 99
},
{
"matchDepTypes": ["packageManager"],
"matchManagers": ["npm"],
"matchDepNames": ["pnpm"],

"allowedVersions": "<= 9.12.0"
}
],
"branchConcurrentLimit": null,
Expand Down

0 comments on commit 85cd749

Please sign in to comment.