chore: remove renovate configuration from `2.x` branch

This commit is contained in:
Daniel Roe 2024-06-30 00:32:00 +01:00
parent 5fc22f9db5
commit 08dd4872b0
No known key found for this signature in database
GPG Key ID: CBC814C393D93268
1 changed files with 1 additions and 29 deletions

View File

@ -7,8 +7,7 @@
],
"baseBranches": [
"main",
"3.x",
"2.x"
"3.x"
],
"packageRules": [
{
@ -33,33 +32,6 @@
"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"
]
}
]
}