chore: run renovate against `2.x` branch also

This commit is contained in:
Daniel Roe 2023-01-19 14:39:50 +00:00
parent 1211f62d41
commit 0fb147be42
1 changed files with 44 additions and 5 deletions

View File

@ -3,10 +3,49 @@
"extends": [ "extends": [
"github>nuxt/renovate-config-nuxt" "github>nuxt/renovate-config-nuxt"
], ],
"ignoreDeps": [ "baseBranches": [
"nuxt", "main",
"nuxt3", "2.x-dev"
"@nuxt/kit", ],
"parse5" "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"
]
}
] ]
} }