22 lines
431 B
Text
22 lines
431 B
Text
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
":rebaseStalePrs",
|
|
":ignoreUnstable",
|
|
"group:monorepos",
|
|
"group:recommended"
|
|
],
|
|
"prConcurrentLimit": 0,
|
|
"schedule": [
|
|
"monthly"
|
|
],
|
|
"ignorePaths": [
|
|
"android/**",
|
|
"ios/**"
|
|
],
|
|
"ignoreDeps": [
|
|
"intl",
|
|
"path"
|
|
],
|
|
}
|