Skip to content

Commit 1052962

Browse files
chore: Allow LavaMoat packages in age gate (#3845)
Allow LavaMoat packages published outside of the org scope in the age gate. Fixes Dependabot not being able to bump certain LavaMoat packages. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Configuration-only change to dependency installation policy; it slightly broadens which packages can bypass the age gate but does not change runtime application logic. > > **Overview** > Updates Yarn's `npmPreapprovedPackages` allowlist to include unscoped LavaMoat packages (`lavamoat`, `lavamoat-core`, `lavamoat-tofu`), letting them bypass the `npmMinimalAgeGate` publish-age restriction. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 060f88b. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 3a921fe commit 1052962

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.yarnrc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ npmPreapprovedPackages:
3030
- '@metamask/*'
3131
- '@metamask-previews/*'
3232
- '@lavamoat/*'
33+
- 'lavamoat'
34+
- 'lavamoat-core'
35+
- 'lavamoat-tofu'

0 commit comments

Comments
 (0)