From c88d092f36ce713fdbe0f98cb9d1f41257c4145c Mon Sep 17 00:00:00 2001 From: "Shahar \"Dawn\" Or" Date: Sun, 26 May 2024 19:49:30 +0700 Subject: [PATCH] build(renovate): fix outdated typescript-eslint settings --- renovate.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index bfaaa964..96c2da94 100644 --- a/renovate.json +++ b/renovate.json @@ -17,16 +17,12 @@ "matchPackagePrefixes": ["@commitlint/"], "groupName": "@commitlint packages" }, - { - "matchPackagePrefixes": ["@typescript-eslint/"], - "groupName": "@typescript-eslint packages" - }, { "matchDepTypes": ["peerDependencies"], "enabled": false }, { - "matchPackagePrefixes": ["@typescript-eslint_bottom/"], + "matchPackageNames": ["typescript-eslint_bottom"], "enabled": false } ]