Initial commit

This commit is contained in:
juluo
2025-10-08 14:48:45 +08:00
committed by GitHub
commit 8b93d6f42f
108 changed files with 27618 additions and 0 deletions

64
renovate.json Normal file
View File

@@ -0,0 +1,64 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"labels": ["dependencies"],
"baseBranches": ["dev"],
"packageRules": [
{
"groupName": "framework",
"matchPackageNames": [
"vue",
"vue-i18n",
"vue-router",
"axios",
"pinia",
"@vercel/node"
]
},
{
"groupName": "ui",
"matchPackageNames": [
"naive-ui",
"vue-flex-waterfall",
"vue-gtag",
"nprogress",
"@iconify{/,}**"
]
},
{
"groupName": "build",
"matchPackageNames": [
"typescript",
"vite",
"pug",
"sass",
"tslib",
"vercel",
"@vue/language-plugin-pug",
"@vitejs{/,}**",
"unplugin{/,}**",
"@vueuse{/,}**"
]
},
{
"groupName": "types",
"matchPackageNames": ["@types{/,}**"]
},
{
"groupName": "utils",
"matchPackageNames": [
"picocolors",
"js-cookie",
"cookie",
"cheerio",
"conventional-changelog-cli",
"lodash{/,}**",
"date{/,}**"
]
},
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
}