mirror of
https://github.com/woocommerce/woocommerce.git
synced 2025-02-20 01:10:58 +08:00
Since we almost universally use tabs instead of spaces, this commit replaces all of the spaces with tabs in various JSON files across the monorepo.
22 lines
395 B
JSON
22 lines
395 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"packageNames": ["automattic/jetpack-autoloader"],
|
|
"rangeStrategy": "bump"
|
|
},
|
|
{
|
|
"depTypeList": ["devDependencies"],
|
|
"extends": ["schedule:monthly"]
|
|
}
|
|
],
|
|
"ignoreDeps": [
|
|
"woocommerce/action-scheduler",
|
|
"woocommerce/woocommerce-admin",
|
|
"woocommerce/woocommerce-blocks",
|
|
"woocommerce/woocommerce-rest-api"
|
|
]
|
|
}
|