mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
50 lines
936 B
JSON
50 lines
936 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"github>nuxt/renovate-config-nuxt"
|
|
],
|
|
"baseBranches": [
|
|
"main",
|
|
"2.x"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchBaseBranches": [
|
|
"main"
|
|
],
|
|
"ignoreDeps": [
|
|
"markdownlint-cli",
|
|
"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",
|
|
"wrap-ansi",
|
|
"globby",
|
|
"execa",
|
|
"chalk",
|
|
"vue",
|
|
"vuex"
|
|
]
|
|
}
|
|
]
|
|
}
|