From 6e16cf017a4f478252b025db4465bde720de2db2 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Sat, 6 Jul 2024 18:19:20 -0400 Subject: [PATCH] Ignore client bindings for renovate Generators control dependencies there. --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index 5db72dd..6cc1a82 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,10 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" + ], + "ignorePaths": [ + "letsrolld-api-client", + "js", + "ts" ] }