Skip to content

Commit 3a78944

Browse files
committed
Refresh Renovate PR lockfiles for Yarn 4 hardened mode
Fix: #1779 - Renovate lockFileMaintenance default false - enable Renovate lockFileMaintenance (delete/create/commit lockfile) - preserve Yarn 4 hardened mode in CI - protect vs lockfile poisoning - Renovate and forks outside cirlce of trust - significantly slower from Yarn querying lockfile remote registries - optimise future CI performance by enabling on only 1 matrix - Yarn 4 hardened mode default true on GH PRs from public repo (fork) - yarn install --check-resolutions --refresh-lockfile - Yarn 4 --immutable (--frozen-lockfile) default true in CI - Yarn 4 --refresh-lockfile default true within PR context
1 parent d2fccf5 commit 3a78944

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
"postUpdateOptions": ["yarnDedupeHighest"],
99
"timezone": "Europe/London",
1010
"dependencyDashboard": true,
11+
"lockFileMaintenance": {
12+
"enabled": true,
13+
"enabledManagers": ["yarn"]
14+
},
1115
"packageRules": [
1216
{
1317
"matchSourceUrlPrefixes": ["https://github.com/swc-project/swc"],

0 commit comments

Comments
 (0)