46cbcf3ff1
* feat(cli): allow sync fs operation between workers/mainThread * allow sync fs operation between workers/mainThread (#2065) * Fix * Update fixture * flaky test * Fix cross compile target * Update zig * macos-cross test was filtered --------- Co-authored-by: Toyo Li <lifenglin314@outlook.com>
26 lines
564 B
JSON
26 lines
564 B
JSON
{
|
|
"extends": ["config:base", ":preserveSemverRanges"],
|
|
"ignorePaths": [
|
|
"**/node_modules/**",
|
|
"**/bower_components/**",
|
|
"**/vendor/**",
|
|
"**/__tests__/**",
|
|
"**/test/**",
|
|
"**/__fixtures__/**"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"automerge": true,
|
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
|
|
},
|
|
{
|
|
"matchPackageNames": ["emnapi", "^@emnapi"],
|
|
"rangeStrategy": "replace",
|
|
"groupName": "napi-rs"
|
|
}
|
|
],
|
|
"lockFileMaintenance": {
|
|
"enabled": true,
|
|
"extends": ["schedule:monthly"]
|
|
}
|
|
}
|