From 8003cf72f69cdfdfdea973d7cb4e60df9d6120f7 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sun, 30 Jun 2024 00:32:00 +0100 Subject: [PATCH] chore: remove renovate configuration from `2.x` branch --- renovate.json | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/renovate.json b/renovate.json index 662845b7b1..02bd3cbaf1 100644 --- a/renovate.json +++ b/renovate.json @@ -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" - ] } ] }