From 23d566685e9fae07384a32a216114ea079532d2d Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Fri, 21 Nov 2025 16:53:44 +0100 Subject: [PATCH] Add clap and async-trait as tool owned dependencies (#17579) --- .github/renovate.json5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 737ef5f7081..6e142edf8a7 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -363,6 +363,8 @@ "@types/jsdom", "@types/papaparse", "@types/zxcvbn", + "async-trait", + "clap", "jsdom", "jszip", "oidc-client-ts",