mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
19 lines
398 B
JSON
19 lines
398 B
JSON
{
|
|
"extends": ["config:base", ":preserveSemverRanges"],
|
|
"packageRules": [
|
|
{
|
|
"automerge": true,
|
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
|
|
},
|
|
{
|
|
"matchPackageNames": ["emnapi", "^@emnapi"],
|
|
"rangeStrategy": "replace",
|
|
"groupName": "napi-rs"
|
|
}
|
|
],
|
|
"lockFileMaintenance": {
|
|
"enabled": true,
|
|
"extends": ["schedule:monthly"]
|
|
}
|
|
}
|