mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 06:27:09 +01:00
19 lines
330 B
JSON
19 lines
330 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
":semanticCommits",
|
|
":semanticCommitTypeAll(deps)",
|
|
":semanticCommitScopeDisabled",
|
|
":automergeAll",
|
|
":automergeBranch",
|
|
":disableDependencyDashboard",
|
|
":pinVersions",
|
|
":onlyNpm",
|
|
":label(dependencies)"
|
|
],
|
|
"gitNoVerify": [
|
|
"commit",
|
|
"push"
|
|
]
|
|
}
|