Ignore Flutter & React client (in advance)

This commit is contained in:
Pierre HUBERT 2022-10-16 12:54:28 +00:00
parent 146b009fe7
commit 341556636c

View File

@ -1,3 +1,4 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json" "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"ignorePaths": ["**/flutter/**", "**/react/**"]
} }