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

This commit is contained in:
Daniel Roe 2024-06-30 00:32:00 +01:00
parent c51de65eaf
commit 8003cf72f6
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B
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"
]
}
]
}