Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
allowBuilds:
esbuild: true

# Override the CI image's supply-chain age policy: we depend on @kunobi/* packages
# that we publish ourselves and may need to consume same-day.
minimumReleaseAge: 0
# Keep the CI image's supply-chain age policy (24h cooling-off) for third-party
# dependencies, but waive it for @kunobi/* packages we publish ourselves and may
# need to consume same-day.
minimumReleaseAgeExclude:
- '@kunobi/*'
Loading