From 341556636c7518d8ad292ac638df91ecb7d0e20e Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sun, 16 Oct 2022 12:54:28 +0000 Subject: [PATCH] Ignore Flutter & React client (in advance) --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7190a60..cacabcf 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,4 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "ignorePaths": ["**/flutter/**", "**/react/**"] }