1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-16 15:35:12 +00:00
ArisuAutoSweeper/webapp/.github/renovate.json
2023-11-01 15:33:35 +08:00

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"
]
}