Skip to content

Commit 225e478

Browse files
committed
chore: add minimumReleaseAgeExclude for Socket-owned packages
1 parent 9d108ba commit 225e478

File tree

3 files changed

+20
-15
lines changed

3 files changed

+20
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"aggregate-error": "catalog:",
146146
"ansi-regex": "catalog:",
147147
"brace-expansion": "catalog:",
148-
"defu": ">=6.1.5",
148+
"defu": ">=6.1.6",
149149
"emoji-regex": "catalog:",
150150
"es-define-property": "catalog:",
151151
"es-set-tostringtag": "catalog:",

pnpm-lock.yaml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Wait 7 days (10080 minutes) before installing newly published packages.
22
minimumReleaseAge: 10080
3+
minimumReleaseAgeExclude:
4+
- '@socketaddon/*'
5+
- '@socketbin/*'
6+
- '@socketregistry/*'
7+
- '@socketsecurity/*'
38

49
packages:
510
- packages/*

0 commit comments

Comments
 (0)