From 6fac16fc4db57c19ed08becfb92d983d2b88d9c0 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Sun, 15 Sep 2024 11:58:43 +0200 Subject: [PATCH] chore: update renovate --- renovate.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index bdac45424..a97e7879b 100644 --- a/renovate.json +++ b/renovate.json @@ -13,7 +13,7 @@ "crazy-max/ghaction-docker-meta", "pnpm" ], - "baseBranches": ["master", "5.x", "6.x", "7.x"], + "baseBranches": ["master", "6.x", "7.x"], "semanticCommitType": "fix", "major": false, "labels": ["bot: dependencies"], @@ -117,7 +117,7 @@ "matchUpdateTypes": ["minor", "patch", "major"], "groupName": "core verdaccio dependencies", "groupSlug": "all-verdaccio", - "baseBranchList": ["5.x", "6.x", "7.x"] + "baseBranchList": ["6.x", "7.x"] }, { "matchPackagePatterns": [ @@ -131,7 +131,7 @@ "matchUpdateTypes": ["minor", "patch", "major"], "groupName": "all linting dependencies", "groupSlug": "all-linting", - "baseBranchList": ["master", "5.x", "6.x", "7.x"] + "baseBranchList": ["master", "6.x", "7.x"] }, { "matchPackagePatterns": [ @@ -156,7 +156,7 @@ "matchUpdateTypes": ["minor", "patch", "major"], "groupName": "all test dependencies", "groupSlug": "all-test", - "baseBranchList": ["master", "5.x", "6.x", "7.x"] + "baseBranchList": ["master", "6.x", "7.x"] }, { "matchPackagePatterns": ["npm", "pnpm", "yarn", "@yarnpkg/*"], @@ -170,7 +170,7 @@ "matchUpdateTypes": ["minor", "patch", "major"], "groupName": "typescript dependencies", "groupSlug": "all-types", - "baseBranchList": ["master", "5.x", "6.x", "7.x"] + "baseBranchList": ["master", "6.x", "7.x"] } ], "pinVersions": false