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"
|
|
|
|
],
|
2024-06-08 08:35:06 +00:00
|
|
|
"packageRules": [
|
|
|
|
{
|
|
|
|
"matchUpdateTypes": [
|
|
|
|
"minor"
|
|
|
|
],
|
|
|
|
"groupName": "all minor dependencies",
|
|
|
|
"groupSlug": "all-minor-deps"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchUpdateTypes": [
|
|
|
|
"patch"
|
|
|
|
],
|
|
|
|
"groupName": "all patch dependencies",
|
|
|
|
"groupSlug": "all-patch-deps"
|
|
|
|
}
|
|
|
|
]
|
2024-01-26 08:28:02 +00:00
|
|
|
}
|