mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-24 14:45:15 +00:00
chore: run renovate against 2.x
branch also
This commit is contained in:
parent
1211f62d41
commit
0fb147be42
@ -3,10 +3,49 @@
|
||||
"extends": [
|
||||
"github>nuxt/renovate-config-nuxt"
|
||||
],
|
||||
"baseBranches": [
|
||||
"main",
|
||||
"2.x-dev"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchBaseBranches": [
|
||||
"main"
|
||||
],
|
||||
"ignoreDeps": [
|
||||
"nuxt",
|
||||
"nuxt3",
|
||||
"@nuxt/kit",
|
||||
"parse5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"matchBaseBranches": [
|
||||
"2.x-dev"
|
||||
],
|
||||
"ignoreDeps": [
|
||||
"core-js",
|
||||
"postcss",
|
||||
"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",
|
||||
"wrap-ansi",
|
||||
"jest",
|
||||
"babel-jest",
|
||||
"globby",
|
||||
"execa",
|
||||
"chalk",
|
||||
"vue",
|
||||
"vuex"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user