2024-01-26 08:28:02 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
"extends": [
|
2024-03-06 22:40:45 +00:00
|
|
|
"config:recommended",
|
|
|
|
":rebaseStalePrs",
|
|
|
|
":ignoreUnstable",
|
|
|
|
"group:monorepos",
|
|
|
|
"group:recommended"
|
2024-01-26 08:28:02 +00:00
|
|
|
],
|
|
|
|
"prConcurrentLimit": 0,
|
|
|
|
"schedule": [
|
2024-03-06 22:40:45 +00:00
|
|
|
"monthly"
|
2024-01-26 08:28:02 +00:00
|
|
|
],
|
|
|
|
"ignorePaths": [
|
|
|
|
"android/**",
|
|
|
|
"ios/**"
|
|
|
|
],
|
|
|
|
"ignoreDeps": [
|
|
|
|
"intl",
|
|
|
|
"path"
|
|
|
|
],
|
|
|
|
}
|