From d4316077368645e0356bfbc50b5ce84edf29c3ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20=C3=85berg?= Date: Fri, 12 Dec 2025 16:06:11 +0100 Subject: [PATCH] Add oxlint and oxlint-tsgolint --- .github/renovate.json5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 858dcccc094..d0f117e78ce 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -74,6 +74,8 @@ "husky", "lint-staged", "typescript-eslint", + "oxlint", + "oxlint-tsgolint", ], description: "Architecture owned dependencies", commitMessagePrefix: "[deps] Architecture:",