-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
39 lines (31 loc) · 877 Bytes
/
pnpm-workspace.yaml
File metadata and controls
39 lines (31 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
packages: []
# renovate is handling this
updateNotifier: false
allowBuilds:
better-sqlite3: false
core-js-pure: false
dtrace-provider: false
protobufjs: false
re2: false
unrs-resolver: false
# need to publish workspace root with correct version
includeWorkspaceRoot: true
# in line with https://github.com/containerbase/.github/blob/main/default.json,
# all non-Renovate or non-Containerbase packages should only be installed after
# 3 days
minimumReleaseAge: 4320
minimumReleaseAgeExclude:
- '@renovatebot/*'
- '@containerbase/*'
# currently broken
# https://github.com/pnpm/pnpm/issues/11238
minimumReleaseAgeStrict: false
overrides:
dtrace-provider: '-'
protobufjs@8.0.1: 8.5.0
vite: 8.0.14
vitest: 4.1.7
patchedDependencies:
'@baszalmstra/rattler': patches/@baszalmstra__rattler.patch
re2: patches/re2.patch
strictPeerDependencies: true