1 Star 0 Fork 0

王云朋/nuxt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
renovate.json 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
Daniel Roe 提交于 2023-10-18 18:29 . chore: allow markdownlint upgrades
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>nuxt/renovate-config-nuxt",
":pinDevDependencies",
":widenPeerDependencies"
],
"baseBranches": [
"main",
"2.x"
],
"packageRules": [
{
"groupName": "vitest",
"matchPackageNames": [
"vite-node",
"vitest"
],
"matchPackagePatterns": [
"^@vitest/"
]
},
{
"matchBaseBranches": [
"main"
],
"ignoreDeps": [
"nuxt",
"nuxt3",
"@nuxt/kit"
]
},
{
"matchBaseBranches": [
"2.x"
],
"ignoreDeps": [
"@types/node",
"postcss-import",
"postcss-loader",
"postcss-url",
"css-loader",
"sass-loader",
"npm",
"boxen",
"html-webpack-plugin",
"terser-webpack-plugin",
"@types/terser-webpack-plugin",
"@types/webpack-bundle-analyzer",
"@types/webpack-hot-middleware",
"webpack-dev-middleware",
"wrap-ansi",
"globby",
"execa",
"chalk",
"vue",
"vuex"
]
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wentijieda/nuxt.git
[email protected]:wentijieda/nuxt.git
wentijieda
nuxt
nuxt
main

搜索帮助