mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
28 lines
517 B
JSON
28 lines
517 B
JSON
|
{
|
||
|
"extends": [
|
||
|
"config:base",
|
||
|
":semanticCommits",
|
||
|
":semanticCommitTypeAll(deps)",
|
||
|
":semanticCommitScopeDisabled",
|
||
|
":automergeAll",
|
||
|
":automergeBranch",
|
||
|
":disableDependencyDashboard",
|
||
|
":pinVersions",
|
||
|
":onlyNpm",
|
||
|
":label(dependencies)"
|
||
|
],
|
||
|
"packageRules": [
|
||
|
{
|
||
|
"groupName": "Vite packages",
|
||
|
"matchUpdateTypes": "major",
|
||
|
"matchSourceUrlPrefixes": [
|
||
|
"https://github.com/vitejs/"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"gitNoVerify": [
|
||
|
"commit",
|
||
|
"push"
|
||
|
]
|
||
|
}
|