mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
50 lines
926 B
JSON
50 lines
926 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"github>nuxt/renovate-config-nuxt"
|
|
],
|
|
"baseBranches": [
|
|
"main",
|
|
"2.x"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchBaseBranches": [
|
|
"main"
|
|
],
|
|
"ignoreDeps": [
|
|
"nuxt",
|
|
"nuxt3",
|
|
"@nuxt/kit",
|
|
"parse5"
|
|
]
|
|
},
|
|
{
|
|
"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",
|
|
"wrap-ansi",
|
|
"globby",
|
|
"execa",
|
|
"chalk",
|
|
"vue",
|
|
"vuex"
|
|
]
|
|
}
|
|
]
|
|
}
|