From 3d7871883250738a8e062bcf861cd11d048f27b8 Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Mon, 5 May 2025 09:48:06 +0200 Subject: [PATCH] Add typescript-eslint to be owned by arch (#14599) --- .github/renovate.json5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 91b4ac86328..c16598d9739 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -129,6 +129,8 @@ { matchPackageNames: [ "@angular-eslint/schematics", + "@typescript-eslint/rule-tester", + "@typescript-eslint/utils", "angular-eslint", "eslint-config-prettier", "eslint-import-resolver-typescript",