Skip to content
Open
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 17 additions & 15 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
packages:
- website
- website

allowBuilds:
"@apify/ui-icons": true
"@swc/core": true
core-js: true
core-js-pure: true
esbuild: true
unrs-resolver: true
"@apify/ui-icons": true
"@swc/core": true
core-js: true
core-js-pure: true
esbuild: true
unrs-resolver: true

minimumReleaseAge: 1440
minimumReleaseAgeExclude:
- "@apify/*"
- "@crawlee/*"
- "apify"
- "apify-client"
- "crawlee"
- "got-scraping"
- "@apify/*"
- "@crawlee/*"
- "apify"
- "apify-client"
- "crawlee"
- "got-scraping"
# Renovate security update: tar@7.5.16
- tar@7.5.16

overrides:
tar: 7.5.15
tar: 7.5.16

# Unfortunately, several parts of this project expect everything to be hoisted up in the node_modules directory...
# And fixing it would take longer than just enabling this and shedding a tear
nodeLinker: hoisted
publicHoistPattern:
- "*"
- "*"
Loading