mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 07:28:21 +08:00
AlasGG
This commit is contained in:
27
webapp/.github/renovate.json
vendored
Normal file
27
webapp/.github/renovate.json
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user