From 0fb147be4265161276ee311d1b6146aed8d96023 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 19 Jan 2023 14:39:50 +0000 Subject: [PATCH] chore: run renovate against `2.x` branch also --- renovate.json | 49 ++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 44 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index dac23ec70f7..4a487b8a463 100644 --- a/renovate.json +++ b/renovate.json @@ -3,10 +3,49 @@ "extends": [ "github>nuxt/renovate-config-nuxt" ], - "ignoreDeps": [ - "nuxt", - "nuxt3", - "@nuxt/kit", - "parse5" + "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" + ] + } ] }