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