napi-rs/.github/renovate.json
LongYinan 46cbcf3ff1
feat(cli): allow sync fs operation between workers/mainThread (#2064)
* 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>
2024-04-23 12:14:06 +08:00

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"]
}
}