Configure Renovate #1

Merged
pierre merged 2 commits from renovate/configure into master 2022-10-16 12:55:53 +00:00
Showing only changes of commit 341556636c - Show all commits

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/**"]
}