From 2fa1607aaf7c5cdb0a56801968236a04bb93e989 Mon Sep 17 00:00:00 2001 From: Michael Kriese <michael.kriese@visualon.de> Date: Thu, 8 Aug 2024 13:51:22 +0200 Subject: [PATCH] chore(renovate): drop eslint rule, now in org preset (#30659) --- renovate.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/renovate.json b/renovate.json index 8a7ea4177b..1edf50e900 100644 --- a/renovate.json +++ b/renovate.json @@ -53,14 +53,6 @@ "matchPackageNames": ["node"], "matchUpdateTypes": ["major"], "additionalBranchPrefix": "major" - }, - { - "description": "set branch prefix for eslint v9 major update to split from other updates", - "matchPackageNames": ["eslint"], - "matchUpdateTypes": ["major"], - "matchCurrentVersion": "^8.0.0", - "matchNewValue": "/^9.\\d+.\\d+$/", - "additionalBranchPrefix": "eslint-v9" } ], "customManagers": [ -- GitLab