mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-04-26 13:25:11 +08:00
18 lines
365 B
JSON
18 lines
365 B
JSON
{
|
|
"extends": ["config:base"],
|
|
"prCreation": "not-pending",
|
|
"automerge": true,
|
|
"automergeType": "branch",
|
|
"dependencyDashboard": false,
|
|
"packageRules": [
|
|
{
|
|
"paths": ["apps/website/package.json"],
|
|
"commitBody": "[skip release]"
|
|
},
|
|
{
|
|
"paths": ["apps/benchmarks/package.json"],
|
|
"commitBody": "[skip release]"
|
|
}
|
|
]
|
|
}
|